Format floating-point value using the specified format.
Declared in <bslalg_numericformatterutil.h>
static
char*
toChars(
char* first,
char* last,
float value,
Format format) noexcept;
Same as the preceding overload, for float values.
pointer past the last character written, or null on failure
| Name | Description |
|---|---|
| first | beginning of the output character range |
| last | end of the output character range |
| value | floating-point value to format |
| format | floating-point formatting style |