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!

Convert.ToUInt16 (Byte)

Converts a Byte to a UInt16.

[Visual Basic]
Overloads Public Shared Function ToUInt16( _
   ByVal value As Byte _
) As UInt16
[C#]
public static ushort ToUInt16(
   byte value
);
[C++]
public: static unsigned short ToUInt16(
   unsigned char value
);
[JScript]
public static function ToUInt16(
   value : Byte
) : UInt16;

Parameters

value
The number to be converted.

Return Value

The converted value.

See Also

Convert Class | Convert Members | System Namespace | Convert.ToUInt16 Overload List