Share via


JsonArray.GetBooleanAt(UInt32) Method

Definition

Overloads

GetBooleanAt(UInt32)

Gets the Boolean value at the specified index if the ValueType of the value at that index is Boolean.

GetBooleanAt(UInt32)

Gets the Boolean value at the specified index if the ValueType of the value at that index is Boolean.

public:
 virtual bool GetBooleanAt(unsigned int index) = GetBooleanAt;
bool GetBooleanAt(uint32_t const& index);
public bool GetBooleanAt(uint index);
function getBooleanAt(index)
Public Function GetBooleanAt (index As UInteger) As Boolean

Parameters

index
UInt32

unsigned int

uint32_t

The specified index.

Returns

Boolean

bool

The Boolean value at the specified index.

Applies to