CustomTypeDescriptor::GetConverter Method ()

 

Returns a type converter for the type represented by this type descriptor.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
virtual TypeConverter^ GetConverter()

Return Value

Type: System.ComponentModel::TypeConverter^

A TypeConverter for the type represented by this type descriptor. The default is a newly created TypeConverter.

If a parent custom type descriptor was passed into the CustomTypeDescriptor constructor, the GetConverter method will call the parent's corresponding method.

.NET Framework
Available since 2.0
Return to top
Show: