Mono Class Library: System.UIntPtr Overview | Members

System.UIntPtr.ToUInt32 Method

Converts the value of the current instance to a uint.

public uint ToUInt32 ()

Returns

A uint containing the same value as the current instance.

Exceptions

TypeReason
OverflowExceptionThe current platform is not a 32-bit platform and the value of the current instance is greater than uint.MaxValue .

Remarks

Documentation for this section has not yet been entered.

Requirements

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