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