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
Maybe this is a C# 3 feature, but you could use double.NaN.
double.NaN