COM.IIDFromString

From Xojo Documentation

Method

COM.IIDFromString(iidString as String) As MemoryBlock

Supported for all project types and targets.

Converts an IID string representation of the form {B1EFC382-9355-11D0-835C-00AA003CCABD} to an actual IID.

Example

Var iid As MemoryBlock
iid = COM.IIDFromString( "{B1EFC382-9355-11D0-835C-00AA003CCABD}" )