| AlphaCol2Int | Takes a Alphabetic Column Heading like that used in MS Excel and converts it to its Numeric Equivalent. | 
| Hex2Int | Converts a Hexadecimal (string) into an Integer. | 
| Hex2Int64 | Converts a Hexadecimal (string) into a LongWord. | 
| Hex2LWord | Converts a Hexadecimal (string) into a LongWord. | 
| Int2CEStr | Converts an Integer into a string without Padding and with ThousandSeparators as defined in the Regional Settings. | 
| Int2CStr | Converts an Integer into a string of length Len with ESBNumPadCh Padding and with ThousandSeparators as defined in the Regional Settings. | 
| Int2EHex | Converts an Integer into a Hexadecimal (string) without Padding. | 
| Int2EStr | Converts an Integer into a string without Padding. | 
| Int2Hex | Converts an Integer into a Hexademical (string) of length Len with ESBNumPadCh Padding to the Left. | 
| Int2Placing | Returns the "Placing" suffix for an integer, ie 1 gives 'st' as in 1st, 12 gives 'th' as in 12th, 22 gives 'nd' as in 22nd, etc. | 
| Int2Str | Converts an Integer into a string of length Len with ESBNumPadCh Padding to the Left. | 
| Int2ZHex | Converts an Integer into a string of length Len with Zero Padding to the Left. | 
| Int2ZStr | Converts an Integer into a string of length Len with Zero Padding to the Left. | 
| IntCol2Alpha | Takes a Numeric Column Heading and converts it to its Alphabetic Column Heading like that used in Excel. | 
| IPStr2LWord | Converts a String representing an IP Address 'xxx.xxx.xxx.xxx' into the equivalent LongWord. | 
| LWord2IPStr | Converts a LongWord representing an IP Address and returns the equivalent string representation 'xxx.xxx.xxx.xxx'. | 
| Str2Byte | Converts a string into a Byte. | 
| Str2Cardinal | Converts a string into a Cardinal. | 
| Str2Int | Converts a string into an Integer. | 
| Str2Int64 | Converts a string into a Int64. | 
| Str2LInt | Converts a string into a LongInt. | 
| Str2LWord | Converts a string into a LongWord. | 
| Str2SInt | Converts a string into a ShortInt. | 
| Str2SmallInt | Converts a string into a SmallInt. | 
| Str2Word | Converts a string into a Word. | 
| StripThousandSeparators | Returns a string with all occurrences of the Thousands Separator as defined in the regional settings removed. |