Utf8JsonReader.GetUInt32 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 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 de jeton encodée UTF-8 analysée sur un UInt32.

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

S’applique à

Voir aussi