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