Utf8JsonReader.GetBoolean 方法

定义

从源中将下一个 JSON 令牌值读取为 Boolean

public:
 bool GetBoolean();
public bool GetBoolean ();
member this.GetBoolean : unit -> bool
Public Function GetBoolean () As Boolean

返回

如果 TokenTypeTrue,则为 true;如果 TokenTypeFalse,则为 false

例外

JSON 令牌的值不是或) (TrueFalse 布尔值。

适用于

另请参阅