Utf8JsonReader.GetUInt64 Méthode

Définition

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.

S’applique à

Voir aussi