Skip to content

TIntegerHelper : Method overview by Name

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