Mono Class Library: System Namespace

System.UInt32 Structure

Represents a 32-bit unsigned integer. [Edit]

See Also: UInt32 Members

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

Thread Safety

This type is safe for multithreaded operations.

Remarks

The uint data type represents integer values ranging from 0 to positive 4,294,967,295 (hexadecimal 0xFFFFFFFF). [Edit]

Requirements

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