TypeConverterAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attribute that specifies the type of TypeConverter used by its target.
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class TypeConverterAttribute : Attribute
type TypeConverterAttribute = class
inherit Attribute
- Inheritance
-
System.AttributeTypeConverterAttribute
- Attributes
-
System.AttributeUsageAttribute
Constructors
TypeConverterAttribute() |
Creates a new TypeConverterAttribute with default values. |
TypeConverterAttribute(String) |
Creates a new TypeConverterAttribute object that specifies that the class it decorates converts values to the |
TypeConverterAttribute(Type) |
reates a new TypeConverterAttribute object that specifies that the class it decorates converts values to |
Fields
Default |
A TypeConverterAttribute that contains no information about the types to which the class that it decorates can convert values. |
Properties
ConverterTypeName |
The name of the type to which the class decorated with this attribute can convert values. |
Methods
Equals(Object) |
Returns true if |
GetHashCode() |
Returns a value that is used for efficient storage and lookup of this TypeConverterAttribute object. |