Retrieves the type converter for this object.
[Visual Basic] Function GetConverter() As TypeConverter [C#] TypeConverter GetConverter(); [C++] TypeConverter* GetConverter() = 0; [JScript] function GetConverter() : TypeConverter;
A TypeConverter. If null is returned, the default is used.
ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace