FloatToStr

Declaration:1) FloatToStr(x: real): string;
Returns the value of x as a string in a floating point format with 12 decimal places.



1) Please note that the data type "real" is a placeholder and means either "single", "double", or "extended" depending on the declaration of the involved variables.