TypeDescriptor.GetConverter Method
.NET Framework 4.5
Returns a type converter for a component or a type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetConverter(Object) | Returns a type converter for the type of the specified component. |
|
GetConverter(Type) | Returns a type converter for the specified type. |
|
GetConverter(Object, Boolean) | Returns a type converter for the type of the specified component with a custom type descriptor. |