FloatToStr

Description

Returns a string representing the specified floating-point value.

Syntax

FloatToStr(AFloat: Float): String 

Example

FloatToStr(1.001)

Return value is 1.001.