C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System
UIntPtr Structure
UIntPtr Methods
Equals Method
GetHashCode Method
ToString Method
ToUInt32 Method
ToUInt64 Method
UIntPtr
ToUInt32 Method
Converts the value of this instance to a 32-bit unsigned integer.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
uint
ToUInt32
()
Return Value
Type:
UInt32
A 32-bit unsigned integer equal to the value of this instance.
Exceptions
Exception
Condition
OverflowException
On a 64-bit platform, the value of this instance is too large to represent as a 32-bit unsigned integer.
See Also
Reference
UIntPtr Structure
System Namespace