Mono Class Library: System Namespace

System.SByte Structure

Represents an 8-bit signed integer. [Edit]

See Also: SByte Members

[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
public struct SByte : IComparable, IComparable<sbyte>, IConvertible, IEquatable<sbyte>, IFormattable

Thread Safety

This type is safe for multithreaded operations.

Remarks

The sbyte data type represents integer values ranging from negative 128 to positive 127; that is, hexadecimal 0x80 to 0x7F. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0