[#BloombergLP-bslalg-NumericFormatterUtil-toChars-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/NumericFormatterUtil.adoc[NumericFormatterUtil]::toChars :relfileprefix: ../../../ :mrdocs: Format floating‐point `value` using the specified `format`. == Synopsis Declared in `<bslalg_numericformatterutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static char* toChars( char* first, char* last, float value, xref:BloombergLP/bslalg/NumericFormatterUtil/Format.adoc[Format] format) noexcept; ---- == Description Same as the preceding overload, for `float` values. == Return Value pointer past the last character written, or null on failure == Parameters [cols="1,4"] |=== | 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 |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#