StringToDouble
StringToDouble
The function converts string containing a symbol representation of number into number of double type.
double StringToDouble(
string value // string
);Parameters
- value
[in] String containing a symbol representation of a number.
Return Value
Value of double type.
Last updated on