[#BloombergLP-bdlb-GuidUtil-guidFromString-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/GuidUtil.adoc[GuidUtil]::guidFromString :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdlb_guidutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int guidFromString( xref:BloombergLP/bdlb/Guid.adoc[Guid]* result, std::string_view const& guidString); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#