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.ToInt16 (Char)

Converts a Char to an Int16.

[Visual Basic]
Overloads Public Shared Function ToInt16( _
   ByVal value As Char _
) As Short
[C#]
public static short ToInt16(
   char value
);
[C++]
public: static short ToInt16(
   __wchar_t value
);
[JScript]
public static function ToInt16(
   value : Char
) : Int16;

Parameters

value
The Boolean value to be converted.

Return Value

The value as an Int16.

See Also

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