System.SysUtils.TNativeIntHelper Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ParsepublicConverts a string to a NativeInt value.
SizepublicReturns an integer representing the number of bytes occupied by this NativeInt variable.
ToBooleanpublicConverts this NativeInt number to a Boolean value.
ToDoublepublicConverts this NativeInt number to a Double value.
ToExtendedpublicConverts this NativeInt number to an Extended value.
ToHexStringpublicConverts NativeInt to a hexadecimal string.
ToSinglepublicConverts this NativeInt number to a Single value.
ToStringpublicConverts a NativeInt to a string value.
TryParsepublicConverts a string to a NativeInt value, with a Boolean success code.