Next Previous Up Top Contents Index

8.3 GUID utilities

as <string> GUID => string

G.f. method

Summary

Converts the internal representation of a GUID (instance of <REFGUID>) to a representation as a string, by calling the Microsoft library function StringFromGUID2.

Signature

as <string> GUID => string 

Arguments

<string>
The class name <string>.

GUID
An instance of <REFGUID>.

Values

string
An instance of <string>.

Description

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}"

OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index