指定した 16 ビット符号付き整数が返されます。実際の変換は行われません。
Overloads Public Shared Function ToInt16( _
ByVal value As Short _) As Short
[C#]
public static short ToInt16(shortvalue);
[C++]
public: static short ToInt16(shortvalue);
[JScript]
public static function ToInt16(
value : Int16) : Int16;
パラメータ
- value
16 ビット符号付き整数。
戻り値
パラメータ value は変更されずに返されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard
参照
Convert クラス | Convert メンバ | System 名前空間 | Convert.ToInt16 オーバーロードの一覧