function FormatFloat(aFormat: string; Value: Double): string;
Formats a floating point value with the format string.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aFormat | string | |
| 2 | Value | Double | scalar |
Returns: String
Remarks:
The managed and C++ ports' counterpart of SysUtils.FormatFloat, which the other units of the library call.