JsonElement.GetUInt64 Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Ottiene il numero JSON corrente come .UInt64

public:
 System::UInt64 GetUInt64();
[System.CLSCompliant(false)]
public ulong GetUInt64();
[<System.CLSCompliant(false)>]
member this.GetUInt64 : unit -> uint64
Public Function GetUInt64 () As ULong

Valori restituiti

Numero JSON corrente come .UInt64

Attributi

Eccezioni

Il valore non può essere rappresentato come .UInt64

L'elemento padre JsonDocument è stato eliminato.

Commenti

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

Si applica a