Method ToDouble
ToDouble(string)
Converts a string to a Double.
public static double ToDouble(string value)
Parameters
valuestringThe value.
Returns
- double
 A Double.
Converts a string to a Double.
public static double ToDouble(string value)
value stringThe value.
A Double.