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

Synopsis

Declared in <bdlb_guidutil.h>

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

Created with MrDocs