G.f. method
Converts the internal representation of a GUID (instance of <REFGUID>) to a representation as a string, by calling the Microsoft library function StringFromGUID2.
as <string> GUID => string
<string><string>.
<REFGUID>.
<string>.
Converts the internal representation of a GUID (instance of <REFGUID>) to a representation as a string, by calling the Microsoft library function StringFromGUID2. The string has the form:
"{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}" where each x is a hexadecimal digit. For example:
"{113f2c00-f87b-11cf-89fd-02070119f639}"