Utf8JsonReader.Read 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 le prochain jeton JSON de la source d’entrée.
public:
bool Read();
public bool Read ();
member this.Read : unit -> bool
Public Function Read () As Boolean
Retours
true
si le jeton a été correctement lu ; sinon, false
.
Exceptions
Un jeton JSON non valide selon la RFC JSON est détecté.
- ou -
La profondeur actuelle dépasse la limite récursive définie par la profondeur maximale.