Utf8JsonReader.GetInt16 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從來源剖析目前的 JSON 權杖值作為 Int16。
public:
short GetInt16();
public short GetInt16 ();
member this.GetInt16 : unit -> int16
Public Function GetInt16 () As Short
傳回
剖析為 Int16 的 UTF-8 編碼權杖值。
例外狀況
JSON 權杖的值不是 Number。