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);

Parameters

Name

Description

result

string to receive the formatted GUID

guid

GUID to serialize

Created with MrDocs