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