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
Actually, Double.NaN is supported in all .NET versions 2.0 and greater.
Double.NaN