1
Answer

Check for numeric

Sie Ste

Sie Ste

12y
1.3k
1
In a C# 2010 application I would like to see if the value in the following is numeric:

strPID.Substring(3, 8).

Thus can you tell me how to see if the value in the substring  starting at position 3 for a length of 8 is numeric?
Answers (1)