XmlConvert.ToUInt16(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
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。
- 屬性
例外狀況
s
為 null
。
s
的格式不正確。
s
代表小於 UInt16.MinValue 或大於 UInt16.MaxValue的數位。