System.SysUtils.TByteHelper Methods
InheritedProtected
| Parse | public | Converts a string to a Byte value. | 
| Size | public | Returns an integer representing the number of bytes occupied by this Byte variable. | 
| ToBoolean | public | Converts this Byte number to a Boolean value. | 
| ToDouble | public | Converts this Byte number to a Double value. | 
| ToExtended | public | Converts this Byte number to an Extended value. | 
| ToHexString | public | Converts Byte to a hexadecimal string. | 
| ToSingle | public | Converts this Byte number to a Single value. | 
| ToString | public | Converts a Byte to a string value. | 
| TryParse | public | Converts a string to a Byte value, with a Boolean success code. |