JsonObject.GetBoolean Method

Definition

Gets a Boolean if the ValueType of the encapsulated value is Boolean.

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

Returns

Boolean

bool

The Boolean value.

Implements

Applies to