Math387.FormatFloat Method

function FormatFloat(aFormat: string; Value: Double): string;

Formats a floating point value with the format string.

#NameTypeDescription
1aFormatstring
2ValueDoublescalar

Returns: String

Remarks:

The managed and C++ ports' counterpart of SysUtils.FormatFloat, which the other units of the library call.