IJsonValue.GetBoolean Method

Definition

Returns the Boolean if the ValueType of the encapsulated value is Boolean. If it is not, an exception is thrown.

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

Returns

Boolean

bool

The encapsulated value.

Applies to