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