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!

EnumConverter Class

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

Object
   TypeConverter
      EnumConverter

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

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace