Utf8JsonReader.GetUInt64 Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Lit la prochaine valeur du jeton JSON de la source et l’analyse pour obtenir une valeur 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 du jeton encodé en UTF-8 analysée pour obtenir une valeur UInt64.

Attributs

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 à UInt64.MinValue ou supérieur à UInt64.MaxValue.

S’applique à

Voir aussi