Pascal Scripting: StringToGUID
Prototype:
function StringToGUID(const S: String): TGUID;
Description:
StringToGUID converts the string representation of a GUID into a 'real' GUID. An exception will be raised upon failure.
See also:
function StringToGUID(const S: String): TGUID;
StringToGUID converts the string representation of a GUID into a 'real' GUID. An exception will be raised upon failure.