System.SysUtils.TSmallIntHelper Methods

From RAD Studio API Documentation
Jump to: navigation, search


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