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!

IFormatterConverter.ToUInt16

[To be supplied.]

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

Parameters

value
[To be supplied.]

See Also

IFormatterConverter Interface | IFormatterConverter Members | System.Runtime.Serialization Namespace