Converts this instance of a Boolean to an SByte.
[Visual Basic] Overridable Public Function ToSByte() As SByte [C#] public virtual sbyte ToSByte(); [C++] public: virtual char ToSByte(); [JScript] public function ToSByte() : SByte;
An SByte value.
The ToSByte method returns an unsigned byte.
This method implements IConvertible, which replaced IValue. This method is used to obtain the type code for a specified object. (See the TypeCode enumeration for more information about type codes, Convert, and ToSByte.)