JsonElement.GetUInt64 Metod

Definition

Viktigt!

Detta API uppfyller inte CLS.

Hämtar det aktuella JSON-numret som en UInt64.

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

Returer

Det aktuella JSON-talet som en UInt64.

Attribut

Undantag

Värdet kan inte representeras som en UInt64.

Den överordnade JsonDocument har tagits bort.

Kommentarer

Den här metoden parsar inte innehållet i ett JSON-strängvärde.

Gäller för