Utf8JsonReader.GetUInt32 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 UInt32.

public:
 System::UInt32 GetUInt32();
[System.CLSCompliant(false)]
public uint GetUInt32 ();
[<System.CLSCompliant(false)>]
member this.GetUInt32 : unit -> uint32
Public Function GetUInt32 () As UInteger

Retours

Valeur du jeton encodé en UTF-8 analysée pour obtenir une valeur UInt32.

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

S’applique à

Voir aussi