Specifies what type to use as a converter for values.
Object
Attribute
MemberAttribute
TypeConverterAttribute
[Visual Basic] NotInheritable Public Class TypeConverterAttribute Inherits MemberAttribute [C#] public sealed class TypeConverterAttribute : MemberAttribute [C++] public __gc __sealed class TypeConverterAttribute : public MemberAttribute [JScript] public class TypeConverterAttribute extends MemberAttribute
The class you use for convertion must inherit from TypeConverter. Use the ConverterTypeName property to get the name of the type to use as a converter.
For more information, see TBD and TBD.
Namespace: System.ComponentModel
Assembly: System.dll