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