March 2003
Intermediate to advanced
896 pages
32h 35m
English
CharConverter
This TypeConverter transforms to and from a
char representation for serialization and
design-time scenarios. You should not normally call this class
directly from your own code.
public class CharConverter : TypeConverter { // Public Constructors public CharConverter(); // Public Instance Methods public override object ConvertFrom(ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value); // overrides TypeConverter public override object ConvertTo(ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType); // overrides TypeConverter }
System.Object
→ TypeConverter → CharConverter
Read now
Unlock full access