NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FormatterConverter.ToInt64

[To be supplied.]

[Visual Basic]
Overridable Public Function ToInt64( _
   ByVal value As Object _
) As Long
[C#]
public virtual long ToInt64(
   object value
);
[C++]
public: virtual __int64 ToInt64(
   Object* value
);
[JScript]
public function ToInt64(
   value : Object
) : long;

Parameters

value
[To be supplied.]

See Also

FormatterConverter Class | FormatterConverter Members | System.Runtime.Serialization Namespace