Gets whether the string matches a double (Double ).
public static bool IsDouble(string str)
str
The string to validate.
true if str matches a double; otherwise false.
true
false