CSharpCodeProvider::GetConverter Method (Type^)

 

Gets a TypeConverter for the specified type of object.

Namespace:   Microsoft.CSharp
Assembly:  System (in System.dll)

public:
virtual TypeConverter^ GetConverter(
	Type^ type
) override

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.

A derived class can override this method to provide specific types of type converters for specific data types.

.NET Framework
Available since 1.1
Return to top
Show: