Click or drag to resize
UIntPtrToUInt64 Method
Converts the value of this instance to a 64-bit unsigned integer.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public ulong ToUInt64()

Return Value

Type: UInt64
A 64-bit unsigned integer equal to the value of this instance.
See Also