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

Valori restituiti

Numero JSON corrente come .UInt32

Attributi

Eccezioni

Il valore non può essere rappresentato come .UInt32

L'elemento padre JsonDocument è stato eliminato.

Commenti

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

Si applica a