The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TypeDescriptor::GetConverter Method (Type^)
.NET Framework (current version)
Returns a type converter for the specified type.
Assembly: System (in System.dll)
Parameters
- type
-
Type:
System::Type^
The Type of the target component.
| Exception | Condition |
|---|---|
| ArgumentNullException | component is null. |
Call this version of this method only when you do not have an instance of the object.
This method looks for the appropriate type converter by looking for a TypeConverterAttribute. If it cannot find a TypeConverterAttribute, it traverses the base class hierarchy of the class until it finds a primitive type.
.NET Framework
Available since 1.1
Available since 1.1
Show: