Name

CharConverter

Synopsis

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

}

Hierarchy

System.Object TypeConverter CharConverter

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.