CodeDomProvider::GetConverter Method (Type^)
.NET Framework (current version)
Gets a TypeConverter for the specified data type.
Assembly: System (in System.dll)
Parameters
- type
-
Type:
System::Type^
The type of object to retrieve a type converter for.
Return Value
Type: System.ComponentModel::TypeConverter^A TypeConverter for the specified type, or null if a TypeConverter for the specified type cannot be found.
A derived class can override this method to provide specific types of type converters for specific data types.
.NET Framework
Available since 1.1
Available since 1.1
Show: