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.ToUInt64

[To be supplied.]

[Visual Basic]
Overridable Public Function ToUInt64( _
   ByVal value As Object _
) As UInt64
[C#]
public virtual ulong ToUInt64(
   object value
);
[C++]
public: virtual unsigned __int64 ToUInt64(
   Object* value
);
[JScript]
public function ToUInt64(
   value : Object
) : UInt64;

Parameters

value
[To be supplied.]

See Also

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