Skip to content

Parse GUIDs from strings

Tim Crawford requested to merge tcrawford/uefi:guid into master

Add the ability to parse a string literal into a GUID. The string must be in the form "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", where 'X' is a hex digit.

Merge request reports