This documentation is archived and is not being maintained.
TypeDescriptor.GetConverter Method
.NET Framework 1.1
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 type converter for the specified type.
[Visual Basic] Overloads Public Shared Function GetConverter(Type) As TypeConverter
[C#] public static TypeConverter GetConverter(Type);
[C++] public: static TypeConverter* GetConverter(Type*);
[JScript] public static function GetConverter(Type) : TypeConverter;
Gets a type converter for the type of the specified component with a custom type descriptor.
[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;
Example
For an example on using this method, see the sample in TypeConverter.
See Also
TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace
Show: