Utf8JsonReader.GetUInt16 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 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。