This topic has not yet been rated - Rate this topic

UIntPtr Explicit Conversion (UIntPtr to UInt64)

May 02, 2013

Converts the value of the specified UIntPtr to a 64-bit unsigned integer.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)
public static explicit operator ulong (
	UIntPtr value
)

Parameters

value
Type: System.UIntPtr
A UIntPtr.

Return Value

Type: System.UInt64
The contents of value.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.