Utf8JsonReader.GetBoolean Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lit la prochaine valeur du jeton JSON de la source comme Boolean.
public:
bool GetBoolean();
public bool GetBoolean ();
member this.GetBoolean : unit -> bool
Public Function GetBoolean () As Boolean
Retours
true
si TokenType est True ; false
si TokenType est False.