StringToInteger
Overview
Converts a string containing a symbol representation of a number into an integer (int) type.Signature
long StringToInteger(string value);
Parameters
value [in]: The string containing the number representation.Return Value
Returns the converted value as along type.Related Functions
StringToDoubleStringToShortArray
Previous
arrow_back
Stringtodouble