BloombergLP::bdlb::GuidUtil::guidFromString

guidFromString overloads

Synopses

Declared in <bdlb_guidutil.h>

Parse the specified guidString (in {GUID String Format}) and return the converted GUID, or a default-constructed Guid if the string is improperly formatted.

static
Guid
guidFromString(std::string_view const& guidString);
» more...

Parse the specified guidString (in {GUID String Format}) and load its value into the specified result. Return 0 if result successfully loaded, and a non-zero value otherwise.

static
int
guidFromString(
    Guid* result,
    std::string_view const& guidString);
» more...