NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UInt32 Structure

Represents a 32-bit unsigned integer. The UInt32 type is not CLS compliant. The CLS-compliant alternative is Int32.

Object
   ValueType
      UInt32

[C#]
public struct UInt32 : IComparable, IFormattable, IConvertible
[C++]
public __value struct UInt32 : public IComparable, IFormattable,
   IConvertible

[Visual Basic] The UInt32 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.

Remarks [C#, C++, JScript]

The UInt32 class encapsulates a 32-bit unsigned integer (uint) and provides an object representation of it.

The UInt32 data type represents positive integers with 9 significant digits in the range from 0 through positive 4,294,967,295.

Requirements [C#, C++, JScript]

Namespace: System

Assembly: mscorlib.dll

See Also

UInt32 Members | System Namespace | IFormattable | IComparable | IConvertible | Int32 | Object