JsonElement.GetUInt32 Metod

Definition

Viktigt!

Detta API uppfyller inte CLS.

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

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

Returer

Det aktuella JSON-talet som en UInt32.

Attribut

Undantag

Värdet kan inte representeras som en UInt32.

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