System.SysUtils.TIntegerHelper.Parse
Delphi
class function Parse(const S: string): Integer; static;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.SysUtils.pas | System.SysUtils | TIntegerHelper |
Description
Converts a string to an Integer value.
Parse converts the string specified by S
to an Integer.
Note: For details on how the conversion is done, see the description of StrToInt.