ConvertToInt64 Method (Int64) |
Returns the specified 64-bit signed integer; no actual conversion is performed.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static long ToInt64(
long value
)
Parameters
- value
- Type: SystemInt64
A 64-bit signed integer.
Return Value
Type:
Int64value is returned unchanged.
See Also