Xojo Documentation
Xojo Documentation
Home
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Pi Programming
More Guides
Resources
In-Depth Guides
User Guide
Language Reference
Resources
Release Notes
System Requirements
Deprecations
Videos
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
COM.StringFromIID
From Xojo Documentation
Method
COM
.StringFromIID
(iid as
Ptr
)
As
String
Supported for all project types and targets.
Converts an IID to a string representation of the form {B1EFC382-9355-11D0-835C-00AA003CCABD}.
Example
Var
iid
As
MemoryBlock
iid = COM
.
IIDFromString(
"{21D6D48E-A88B-11D0-83DD-00AA003CCABD}"
)
MessageBox COM
.
StringFromIID( iid )
Category
:
Methods