NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

GuidConverter Class

Provides a type converter to convert Guid objects to and from various other representations.

Object
   TypeConverter
      GuidConverter

[Visual Basic]
Public Class GuidConverter
   Inherits TypeConverter
[C#]
public class GuidConverter : TypeConverter
[C++]
public __gc class GuidConverter : public TypeConverter
[JScript]
public class GuidConverter extends TypeConverter

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace