XmlConvert.ToUInt16(String) メソッド

定義

重要

この API は CLS 準拠ではありません。

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

public:
 static System::UInt16 ToUInt16(System::String ^ s);
[System.CLSCompliant(false)]
public static ushort ToUInt16 (string s);
[<System.CLSCompliant(false)>]
static member ToUInt16 : string -> uint16
Public Shared Function ToUInt16 (s As String) As UShort

パラメーター

s
String

変換する文字列。

戻り値

文字列と等価の UInt16

属性

例外

snullです。

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

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

適用対象