Windows apps
Collapse the table of content
Expand the table of content
Information
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.

TypeConverterAttribute Constructor

 

Initializes a new instance of the TypeConverterAttribute class.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodTypeConverterAttribute()

Initializes a new instance of the TypeConverterAttribute class with the default type converter, which is an empty string ("").

System_CAPS_pubmethodTypeConverterAttribute(String^)

Initializes a new instance of the TypeConverterAttribute class, using the specified type name as the data converter for the object this attribute is bound to.

System_CAPS_pubmethodTypeConverterAttribute(Type^)

Initializes a new instance of the TypeConverterAttribute class, using the specified type as the data converter for the object this attribute is bound to.

Return to top
Show:
© 2017 Microsoft