Represents a 8-bit signed integer . The SByte type is not CLS compliant. The CLS-compliant alternative is Byte.
[C#] public struct SByte : IComparable, IFormattable, IConvertible [C++] public __value struct SByte : public IComparable, IFormattable, IConvertible
[Visual Basic] The SByte type cannot be used in Visual Basic.
[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.
The SByte data type can represent positive and negative integers with 2 significant digits in the range negative 128 through positive 127, inclusive.
Namespace: System
Assembly: mscorlib.dll
SByte Members | System Namespace | IComparable | IFormattable | IConvertible | Byte