Utf8JsonReader.GetUInt16 方法

定义

重要

此 API 不符合 CLS。

将源中的当前 JSON 令牌值分析为 UInt16

public:
 System::UInt16 GetUInt16();
[System.CLSCompliant(false)]
public ushort GetUInt16 ();
[<System.CLSCompliant(false)>]
member this.GetUInt16 : unit -> uint16
Public Function GetUInt16 () As UShort

返回

解析为 UInt16 的 UTF-8 编码令牌值。

属性

例外

JSON 令牌的值不是 Number

JSON 令牌值的数字格式不正确(例如,它包含小数值或使用科学记数法编写)。

- 或 -

JSON 令牌值表示小于 UInt16.MinValue 或大于 UInt16.MaxValue 的数字

适用于

另请参阅