System.SysUtils.TInt64Helper Methods
InheritedProtected
Parse | public | Converts a string to an Int64 value. |
Size | public | Returns an integer representing the number of bytes occupied by this Int64 variable. |
ToBoolean | public | Converts this Int64 number to a Boolean value. |
ToDouble | public | Converts this Int64 number to a Double value. |
ToExtended | public | Converts this Int64 number to an Extended value. |
ToHexString | public | Converts Int64 to a hexadecimal string. |
ToSingle | public | Converts this Int64 number to a Single value. |
ToString | public | Converts an Int64 to a string value. |
TryParse | public | Converts a string to an Int64 value, with a Boolean success code. |