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