Serialize the specified guid into the specified result. The result string will be in a format suitable for guidFromString.
Synopsis
Declared in <bdlb_guidutil.h>
static
void
guidToString(
bsl::string* result,
Guid const& guid);
Created with MrDocs