Float2CEStr | Converts a Float into a string without Padding and with Thousands Separators. |
Float2CEStr2 | Like 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. |
Float2CStr | Converts a Float into a string of length Len with ESBNumPadCh Padding to the Left and with Thousands Separators. |
Float2EStr | Converts a Float into a string without Padding. |
Float2EStr2 | Like Float2EStr this ccnverts a Float into a string without Padding, except this removes all trailing 0's and the decimal separator if not needed. |
Float2Str | Converts a Float into a string of length Len with ESBNumPadCh Padding to the Left. |
Float2ZStr | Converts a Float into a string of length Len with Zero Padding to the Left. |
SciFloat2EStr | Converts a Float into a string in Scientific Notation without Padding. |
SciFloat2EStr2 | Converts a Float into a string in Scientific Notation without Padding, except this removes all trailing 0's and the decimal separator if not needed. |
SciFloat2Str | Converts a Float into a string in Scientific Notation of length Len with ESBNumPadCh Padding to the Left. |
Str2Double | Converts a string into a Double. |
Str2Float | Converts a string into an Extended. |
Str2Single | Converts a string into a Single. |
StripThousandSeparators | Returns a string with all occurrences of the Thousands Separator as defined in the regional settings removed. |