JsonElement.GetInt32 方法

定义

获取当前 JSON 数字(Int32 形式)。

public:
 int GetInt32();
public int GetInt32 ();
member this.GetInt32 : unit -> int
Public Function GetInt32 () As Integer

返回

当前 JSON 数字(Int32 形式)。

例外

此值不能以 Int32 形式表示。

适用于