[To be supplied.]
[Visual Basic] Function ToInt64( _ ByVal value As Object _ ) As Long [C#] long ToInt64( object value ); [C++] __int64 ToInt64( Object* value ) = 0; [JScript] function ToInt64( value : Object ) : long;
IFormatterConverter Interface | IFormatterConverter Members | System.Runtime.Serialization Namespace