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