StringToDouble
The function converts string containing a symbol representation of number into number of double type.
double StringToDouble(
string value
);
|
Parameters
value
[in] String containing a symbol representation of a number.
Return Value
See also
NormalizeDouble, Real types (double, float), Typecasting