Utf8JsonReader.GetUInt64 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.
Important
Cette API n’est pas conforme CLS.
Lit la valeur de jeton JSON suivante de la source et l’analyse à un UInt64.
public:
System::UInt64 GetUInt64();
[System.CLSCompliant(false)]
public ulong GetUInt64();
[<System.CLSCompliant(false)>]
member this.GetUInt64 : unit -> uint64
Public Function GetUInt64 () As ULong
Retours
Valeur de jeton encodée UTF-8 analysée sur un UInt64.
- Attributs
Exceptions
La valeur du jeton JSON n’est pas un Number.
La valeur du jeton JSON est du format numérique incorrect. Par exemple, il contient une décimale ou est écrit en notation scientifique.
- ou -
La valeur du jeton JSON représente un nombre inférieur à UInt64.MinValue ou supérieur à UInt64.MaxValue.