JsonElement.GetUInt32 Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Ottiene il numero JSON corrente come UInt32.

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

Restituisce

UInt32

Numero JSON corrente come UInt32.

Attributi

Eccezioni

ValueKind per questo valore non è Number.

Il valore non può essere rappresentato come un UInt32.

L'elemento JsonDocument padre è stato eliminato.

Commenti

Questo metodo non analizza il contenuto di un valore stringa JSON.

Si applica a