[#BloombergLP-bdlb-Guid-format] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Guid.adoc[Guid]::format :relfileprefix: ../../../ :mrdocs: Write the value of this object to the specified output `buffer` in a human‐readable format. Note that this human‐readable format is not fully specified, and can change without notice (as can `k_GUID_NUM_CHARS`). No trailing null terminator is written. == Synopsis Declared in `<bdlb_guid.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void format(bsl::span<char, k_GUID_NUM_CHARS> buffer) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#