UIntPtr Narrowing Conversion (UInt64 to UIntPtr)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts the value of a 64-bit unsigned integer to an UIntPtr.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.UInt64
A 64-bit unsigned integer.
| Exception | Condition |
|---|---|
| OverflowException | On a 32-bit platform, value is too large to represent as an UIntPtr. |
Show: