[#BloombergLP-bslfmt-FormatterFloating_Base-format] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterFloating_Base.adoc[FormatterFloating_Base]::format :relfileprefix: ../../../ :mrdocs: Create string representation of the specified `value`, customized in accordance with the requested format and the specified `formatContext`, and write the result to the output iterator that the `formatContext` points to. The behavior is undefined unless `t_FORMAT_CONTEXT` is either `std::format_context` if that is supported, or otherwise `bslfmt::format_context`. == Synopsis Declared in `<bslfmt_formatterfloating.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_FORMAT_CONTEXT> t_FORMAT_CONTEXT::iterator format( t_VALUE value, t_FORMAT_CONTEXT& formatContext) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#