TByteHelper : Method overview by Name
Member | Visibility | Description |
---|---|---|
ClearBit(TByteHelper) | public | |
Parse(TByteHelper) | public | Convert from a string |
SetBit(TByteHelper) | public | |
Size(TByteHelper) | public | Size, in bytes, of the byte value |
TestBit(TByteHelper) | public | |
ToBinString(TByteHelper) | public | |
ToBoolean(TByteHelper) | public | Convert to a boolean value |
ToDouble(TByteHelper) | public | Convert to a double-sized floating point value |
ToExtended(TByteHelper) | public | Convert to an extended-sized floating point value |
ToggleBit(TByteHelper) | public | |
ToHexString(ToHexString) | public | Convert to a hexadecimal string representation |
ToSingle(TByteHelper) | public | Convert to an single-sized floating point value |
ToString(ToString) | public | Convert the value to string |
TryParse(TByteHelper) | public | Try to convert a string to a byte, report success or failure |