System.SysUtils.TIntegerHelper Methods

From RAD Studio API Documentation
Jump to: navigation, search


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