StringToInteger

The function converts string containing a symbol representation of number into number of long (integer) type.

long  StringToInteger(
   string  value      // string
   );

Parameters

value

[in]  String containing a number.

Return Value

Value of long type.

See also

IntegerToString, Real types (double, float), Typecasting