Provides a type converter to convert Unicode character objects to and from various other representations.
See Also: CharConverter Members
This converter can only convert a string, with a length of 1, to and from a character.
For more information about type converters, see the System.ComponentModel.TypeConverter base class and How to: Implement a Type Converter.
You should never create an instance of a System.ComponentModel.CharConverter. Instead, call the TypeDescriptor.GetConverter(object) method of the System.ComponentModel.TypeDescriptor class. For more information, see the examples in the System.ComponentModel.TypeConverter base class.