Mono Class Library: System Namespace

System.UInt16 Structure

Represents a 16-bit unsigned integer. [Edit]

See Also: UInt16 Members

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

Thread Safety

This type is safe for multithreaded operations.

Remarks

The ushort data type represents integer values ranging from 0 to positive 65,535 (hexadecimal 0xFFFF). [Edit]

Requirements

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