Convert the specified guid into a string suitable for guidFromString, and return the string.
Synopsis
Declared in <bdlb_guidutil.h>
static
bsl::string
guidToString(Guid const& guid);
Return Value
guid formatted as a string suitable for guidFromString
Parameters
Name |
Description |
guid |
GUID to convert to a string |
Created with MrDocs