JsonArray.GetBooleanAt Method

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

Syntax

public:
bool GetBooleanAt(
         uint32 index
)  

Parameters

index
Type: uint32 

  The specified index.

Return value

Type: bool 

  The Boolean value at the specified index.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonArray Class

JsonArray Members

Windows.Data.Json Namespace