IJsonValue.GetBoolean 方法

定义

如果封装的 ValueType布尔值,则返回布尔值。 否则,将引发异常。

public:
 bool GetBoolean();
bool GetBoolean();
public bool GetBoolean();
function getBoolean()
Public Function GetBoolean () As Boolean

返回

Boolean

bool

封装的值。

适用于