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

指定索引处的 布尔 值。

适用于