JsonElement.GetUInt64 方法

定義

重要

此 API 不符合 CLS 規範。

取得 UInt64 形式的目前 JSON 數字。

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

傳回

UInt64 形式的目前 JSON 數字。

屬性

例外狀況

此值不能以 UInt64 表示。

JsonDocument 已經過處置。

備註

這個方法不會剖析 JSON 字串值的內容。

適用於