See Also: SByteConverter Members
This converter can convert only an 8-bit unsigned integer object to and from a string.
The sbyte value type represents integers with values ranging from negative 128 to positive 127. This data type is not supported in Visual Basic.
You should never create an instance of System.ComponentModel.SByteConverter. Instead, call the TypeDescriptor.GetConverter(object) method of System.ComponentModel.TypeDescriptor. For more information, see the examples in the System.ComponentModel.TypeConverter base class and How to: Implement a Type Converter.