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