Constant representing the smallest possible SByte value. The SByte type is not CLS compliant. The CLS-compliant alternative is Byte.
[C#] public const sbyte MinValue; [C++] public: const char MinValue; [JScript] public var MinValue : SByte;
[Visual Basic] The SByte type cannot be used in Visual Basic.
The SByte.MinValue hexidecimal value is 0x80.