String/Integer Conversion Routines Category

Various routines for converting Integers into Strings, and Strings into Integers.

Routines
AlphaCol2IntTakes a Alphabetic Column Heading like that used in MS Excel and converts it to its Numeric Equivalent.
Hex2IntConverts a Hexadecimal (string) into an Integer.
Hex2Int64Converts a Hexadecimal (string) into a LongWord.
Hex2LWordConverts a Hexadecimal (string) into a LongWord.
Int2CEStrConverts an Integer into a string without Padding and with ThousandSeparators as defined in the Regional Settings.
Int2CStrConverts an Integer into a string of length Len with ESBNumPadCh Padding and with ThousandSeparators as defined in the Regional Settings.
Int2EHexConverts an Integer into a Hexadecimal (string) without Padding.
Int2EStrConverts an Integer into a string without Padding.
Int2HexConverts an Integer into a Hexademical (string) of length Len with ESBNumPadCh Padding to the Left.
Int2PlacingReturns 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.
Int2StrConverts an Integer into a string of length Len with ESBNumPadCh Padding to the Left.
Int2ZHexConverts an Integer into a string of length Len with Zero Padding to the Left.
Int2ZStrConverts an Integer into a string of length Len with Zero Padding to the Left.
IntCol2AlphaTakes a Numeric Column Heading and converts it to its Alphabetic Column Heading like that used in Excel.
IPStr2LWordConverts a String representing an IP Address 'xxx.xxx.xxx.xxx' into the equivalent LongWord.
LWord2IPStrConverts a LongWord representing an IP Address and returns the equivalent string representation 'xxx.xxx.xxx.xxx'.
Str2ByteConverts a string into a Byte.
Str2CardinalConverts a string into a Cardinal.
Str2IntConverts a string into an Integer.
Str2Int64Converts a string into a Int64.
Str2LIntConverts a string into a LongInt.
Str2LWordConverts a string into a LongWord.
Str2SIntConverts a string into a ShortInt.
Str2SmallIntConverts a string into a SmallInt.
Str2WordConverts a string into a Word.
StripThousandSeparatorsReturns a string with all occurrences of the Thousands Separator as defined in the regional settings removed.


HTML generated by Time2HELP
http://www.time2help.com