JsonElement.GetByte 方法

定义

获取当前 JSON 数字(Byte 形式)。

public:
 System::Byte GetByte();
public byte GetByte ();
member this.GetByte : unit -> byte
Public Function GetByte () As Byte

返回

Byte

当前 JSON 数字(Byte 形式)。

例外

此值不能以 Byte 形式表示。

注解

此方法不分析 JSON 字符串值的内容。

适用于