Gets a type converter for a component.
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;
TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace