System.Convert.ToInt64 Method

Converts the value of the specified 32-bit signed integer to an equivalent 64-bit signed integer.

Syntax

public static long ToInt64 (int value)

Parameters

value
The 32-bit signed integer to convert.

Returns

A 64-bit signed integer that is equivalent to value.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0