[#BloombergLP-bdldfp-Decimal_BslFmtFormatterImpl-format] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/Decimal_BslFmtFormatterImpl.adoc[Decimal_BslFmtFormatterImpl]::format :relfileprefix: ../../../ :mrdocs: Create string representation of the specified `value`, customized in accordance with the requested format and the specified `formatContext`, and copy it to the output that the output iterator of 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 `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_FORMAT_CONTEXT> t_FORMAT_CONTEXT::iterator format( t_VALUE const& value, t_FORMAT_CONTEXT& formatContext) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#