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!

TypeDescriptor.GetConverter

Gets a type converter for a component.

Overload List

Gets a type converter for the type of the specified component.

[Visual Basic] Overloads Public Shared Function GetConverter(Object) As TypeConverter
[C#] public static TypeConverter GetConverter(Object);
[C++] public: static TypeConverter* GetConverter(Object*);
[JScript] public static function GetConverter(Object) : TypeConverter;

Gets a converter for the type of the specified component.

[Visual Basic] Overloads Public Shared Function GetConverter(Object, Boolean) As TypeConverter
[C#] public static TypeConverter GetConverter(Object, bool);
[C++] public: static TypeConverter* GetConverter(Object*, bool);
[JScript] public static function GetConverter(Object, Boolean) : TypeConverter;

See Also

TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace