What is the most efficient way of testing an input string whether it contains a numeric value (or conversely Not A Number)? I guess I can use Double.Parse or a
Double.Parse
VB has the IsNumeric function. You could reference Microsoft.VisualBasic.dll and use it.
IsNumeric
Microsoft.VisualBasic.dll