Sie Ste

Sie Ste

  • NA
  • 196
  • 179.3k

Check for numeric

Sep 12 2012 2:33 PM
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)