FloatToStr
Converts a floating point value to a string.
Structure
FloatToStr(Value: Extended): string;
Parameters
Return Value
Description
FloatToStr converts the floating-point value given by Value to its string representation. The conversion uses general number format with 15 significant digits. |