Click or drag to resize
ConvertToInt64 Method (Int64)
Returns the specified 64-bit signed integer; no actual conversion is performed.

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

Parameters

value
Type: SystemInt64
A 64-bit signed integer.

Return Value

Type: Int64
value is returned unchanged.
See Also