Parse the specified guidString (in {GUID String Format}) and return the converted GUID, or a default-constructed Guid if the string is improperly formatted.
Declared in <bdlb_guidutil.h>
static
Guid
guidFromString(std::string_view const& guidString);
the converted GUID, or a default-constructed Guid if guidString is improperly formatted
| Name | Description |
|---|---|
| guidString | string in {GUID String Format} to parse |