JsonElement.GetDecimal 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Decimal 形式的目前 JSON 數字。
public:
System::Decimal GetDecimal();
public decimal GetDecimal ();
member this.GetDecimal : unit -> decimal
Public Function GetDecimal () As Decimal
傳回
Decimal 形式的目前 JSON 數字。
例外狀況
此值不能以 Decimal 表示。
父 JsonDocument 已經過處置。
備註
這個方法不會剖析 JSON 字串值的內容。