System.SysUtils.TNativeUIntHelper Methods

From RAD Studio API Documentation
Jump to: navigation, search


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