CLSIDFromString (ole32)
Last changed: -94.233.13.80

.
Summary

C# Signature:

[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)]
static extern Guid CLSIDFromString(string lpsz);

[DllImport("ole32.dll", CharSet = CharSet.Unicode)]
static extern int CLSIDFromString(string lpsz, out Guid guid);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

One of the constructors of Guid accepts a string.

Documentation