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

Return Value

the converted GUID, or a default‐constructed Guid if guidString is improperly formatted

Parameters

Name

Description

guidString

string in {GUID String Format} to parse

Created with MrDocs