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

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

Return Value

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