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

[To be supplied.]

[Visual Basic]
Overridable Public Function ToUInt16( _
   ByVal value As Object _
) As UInt16
[C#]
public virtual ushort ToUInt16(
   object value
);
[C++]
public: virtual unsigned short ToUInt16(
   Object* value
);
[JScript]
public function ToUInt16(
   value : Object
) : UInt16;

Parameters

value
[To be supplied.]

See Also

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