System.SysUtils.TByteHelper Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ParsepublicConverts a string to a Byte value.
SizepublicReturns an integer representing the number of bytes occupied by this Byte variable.
ToBooleanpublicConverts this Byte number to a Boolean value.
ToDoublepublicConverts this Byte number to a Double value.
ToExtendedpublicConverts this Byte number to an Extended value.
ToHexStringpublicConverts Byte to a hexadecimal string.
ToSinglepublicConverts this Byte number to a Single value.
ToStringpublicConverts a Byte to a string value.
TryParsepublicConverts a string to a Byte value, with a Boolean success code.