JsonArray.GetBooleanAt(UInt32) 方法

定義

如果位於該索引之值的ValueType是布林值,則取得位於指定索引的布林值值。

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

參數

index
UInt32

unsigned int

uint32_t

指定的索引。

傳回

Boolean

bool

位於指定索引處的 布林 值。

適用於