DataViewPropertyDescriptor.SetConverterType Method

Definition

Overloads

SetConverterType(Type)

Adds a TypeConverterAttribute, using the specified type as the data converter for the property descriptor.

SetConverterType(String)

Adds a TypeConverterAttribute, using the specified type name as the data converter for the property descriptor.

SetConverterType(Type)

Adds a TypeConverterAttribute, using the specified type as the data converter for the property descriptor.

public:
 void SetConverterType(Type ^ value);
public void SetConverterType (Type value);
member this.SetConverterType : Type -> unit
Public Sub SetConverterType (value As Type)

Parameters

value
Type

A Type that represents the type of the converter class to use for data conversion for this property descriptor

Applies to

SetConverterType(String)

Adds a TypeConverterAttribute, using the specified type name as the data converter for the property descriptor.

public:
 void SetConverterType(System::String ^ value);
public void SetConverterType (string value);
member this.SetConverterType : string -> unit
Public Sub SetConverterType (value As String)

Parameters

value
String

The fully qualified name of the class to use for data conversion for this property descriptor.

Applies to