String/Float Conversion Routines Category

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

Routines
Float2CEStrConverts a Float into a string without Padding and with Thousands Separators.
Float2CEStr2Like Float2CEStr this ccnverts a Float into a string without Padding & with Thousands Separators, except this removes all trailing 0's and the decimal separator if not needed.
Float2CStrConverts a Float into a string of length Len with ESBNumPadCh Padding to the Left and with Thousands Separators.
Float2EStrConverts a Float into a string without Padding.
Float2EStr2Like Float2EStr this ccnverts a Float into a string without Padding, except this removes all trailing 0's and the decimal separator if not needed.
Float2StrConverts a Float into a string of length Len with ESBNumPadCh Padding to the Left.
Float2ZStrConverts a Float into a string of length Len with Zero Padding to the Left.
SciFloat2EStrConverts a Float into a string in Scientific Notation without Padding.
SciFloat2EStr2Converts a Float into a string in Scientific Notation without Padding, except this removes all trailing 0's and the decimal separator if not needed.
SciFloat2StrConverts a Float into a string in Scientific Notation of length Len with ESBNumPadCh Padding to the Left.
Str2DoubleConverts a string into a Double.
Str2FloatConverts a string into an Extended.
Str2SingleConverts a string into a Single.
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