[#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: Format `value` according to the previously parsed specification. == 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; ---- == Description 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`. == Return Value output iterator after writing == Parameters [cols="1,4"] |=== | Name| Description | *value* | guid to format | *formatContext* | format context providing the output iterator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#