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