Mono Class Library: System Namespace

System.Byte Structure

Represents an 8-bit unsigned integer. [Edit]

See Also: Byte Members

[System.Runtime.InteropServices.ComVisible(true)]
public struct Byte : IComparable, IComparable<byte>, IConvertible, IEquatable<byte>, IFormattable

Thread Safety

This type is safe for multithreaded operations.

Remarks

The byte data type represents integer values ranging from 0 to positive 255 (hexadecimal 0xFF). [Edit]

Requirements

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