DoubleField.StringToValue
protected double StringToValue(string str);
Parameters
| str | The string to convert. |
Returns
double The double parsed from the string.
Description 描述
Converts the given string to a double.
| str | The string to convert. |
double The double parsed from the string.
Converts the given string to a double.