Serialize the specified guid into the specified result. The result string will be in a format suitable for guidFromString.
Declared in <bdlb_guidutil.h>
static
void
guidToString(
bsl::string* result,
Guid const& guid);
| Name | Description |
|---|---|
| result | string to receive the formatted GUID |
| guid | GUID to serialize |