IFormatterConverter::ToInt64 Method (Object^)

 

Converts a value to a 64-bit signed integer.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

long long ToInt64(
	Object^ value
)

Parameters

value
Type: System::Object^

The object to be converted.

Return Value

Type: System::Int64

The converted value.

.NET Framework
Available since 1.1
Return to top
Show: