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