Share via


JsonValue.GetBoolean Method

Definition

Overloads

GetBoolean()

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

GetBoolean()

Gets the 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