Numeric Validation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In VB I used to use the function IsNumeric() to test that characters entered
in a field where numeric. What is the C# equivqlent?

Thanks in advance
 
You could add a reference to Microsoft.VisualBasic.dll and use the function
Microsoft.VisualBasic.Information.IsNumeric() directly. This is the C++
newsgroup btw.
 
Oops Sorry!

James Park said:
You could add a reference to Microsoft.VisualBasic.dll and use the function
Microsoft.VisualBasic.Information.IsNumeric() directly. This is the C++
newsgroup btw.
 
Back
Top