[#BloombergLP-bdlb-Guid_BslFmtFormatterImpl-format] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Guid_BslFmtFormatterImpl.adoc[Guid_BslFmtFormatterImpl]::format :relfileprefix: ../../../ :mrdocs: Create a string representation of the specified `value` in accordance with the format specification previously parsed by `parse` (see grammar documented at the top of this component) and the specified `formatContext`, and copy it to the output iterator held by `formatContext`. Return the updated output iterator. The behavior is undefined unless `t_FORMAT_CONTEXT::char_type` is `t_CHAR`. == Synopsis Declared in `<bdlb_guidformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_FORMAT_CONTEXT> t_FORMAT_CONTEXT::iterator format( xref:BloombergLP/bdlb/Guid.adoc[Guid] const& value, t_FORMAT_CONTEXT& formatContext) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#