Provides a type converter to convert 8-bit unsigned integer objects to and from various other representations.
See Also: ByteConverter Members
This converter can only convert an 8-bit unsigned integer to and from a string.
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.ByteConverter. Instead, call the TypeDescriptor.GetConverter(object) method of System.ComponentModel.TypeDescriptor. For more information, see the examples in the System.ComponentModel.TypeConverter base class.