XmlConvert.ToInt16(String) メソッド

定義

String を等価の Int16 に変換します。

public:
 static short ToInt16(System::String ^ s);
public static short ToInt16 (string s);
static member ToInt16 : string -> int16
Public Shared Function ToInt16 (s As String) As Short

パラメーター

s
String

変換する文字列。

戻り値

文字列と等価の Int16

例外

snullです。

s が正しい形式ではありません。

s は、 Int16.MinValue より小さい数値または Int16.MaxValue より大きい数値を表します。

適用対象