The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UIntPtr Explicit Conversion Operators
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Explicit(UInt32 to UIntPtr) | Converts the value of a 32-bit unsigned integer to an UIntPtr. |
![]() ![]() | Explicit(UInt64 to UIntPtr) | Converts the value of a 64-bit unsigned integer to an UIntPtr. |
![]() ![]() | Explicit(UIntPtr to UInt32) | Converts the value of the specified UIntPtr to a 32-bit unsigned integer. |
![]() ![]() | Explicit(UIntPtr to UInt64) | Converts the value of the specified UIntPtr to a 64-bit unsigned integer. |
![]() ![]() | Explicit(UIntPtr to Void*) | Converts the value of the specified UIntPtr to a pointer to an unspecified type. |
![]() ![]() | Explicit(Void* to UIntPtr) | Converts the specified pointer to an unspecified type to a UIntPtr. |
Show:

