Bridge

Convert..::..ToInt64 Method (Object)

Converts the value of the specified object to a 64-bit signed integer. Note: Calling this method for [DateTime] value always throws InvalidCastException.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static long ToInt64(
	Object value
)
<TemplateAttribute> _
Public Shared Function ToInt64 ( _
	value As Object _
) As Long
[TemplateAttribute]
public:
static long long^ ToInt64(
	Object^ value
)

Parameters

value
Type: System..::..Object