Freigeben über


JsonArray.GetBooleanAt(UInt32) Methode

Definition

Ruft den booleschen Wert am angegebenen Index ab, wenn valueType des Werts in diesem Index boolean ist.

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

Parameter

index
UInt32

unsigned int

uint32_t

Der angegebene Index.

Gibt zurück

Boolean

bool

Der boolesche Wert am angegebenen Index.

Gilt für: