Utf8JsonReader.GetInt64 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 et l’analyse pour obtenir une valeur Int64.
public:
long GetInt64();
public long GetInt64 ();
member this.GetInt64 : unit -> int64
Public Function GetInt64 () As Long
Retours
Valeur du jeton encodé en UTF-8 analysée pour obtenir une valeur Int64.
Exceptions
La valeur du jeton JSON n’est pas un Number.
La valeur du jeton JSON est dans un format numérique incorrect. Par exemple, elle contient un nombre décimal ou est écrite en notation scientifique.
- ou -
La valeur du jeton JSON représente un nombre inférieur à Int64.MinValue ou supérieur à Int64.MaxValue.