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 a long type.

    Related Functions

  • StringToDouble
  • StringToShortArray