Previous: 4.66.2.16. Fix function To the Table of Contents Next: 4.66.2.18. Fls function
4.66.2.16. Fix function Table of Contents 4.66.2.18. Fls function

- 4.66.2.17. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.17. FloatToStr function


4.66.2.17. FloatToStr function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Converts a floating point value to a string.

Declaration:
function FloatToStr(Value: Extended): String;
Remarks:
FloatToStr converts the floating-point value given by Value to its string representation.


Previous: 4.66.2.16. Fix function To the Table of Contents Next: 4.66.2.18. Fls function
4.66.2.16. Fix function Table of Contents 4.66.2.18. Fls function

- 4.66.2.17. -