JsonArray.GetStringAt Method

Gets the string at the specified index, if the ValueType of the encapsulated value is String.

Syntax

public:
String^ GetStringAt(
         uint32 index
)  

Parameters

index
Type: uint32 

  The specified index.

Return value

Type: String 

  The string value at the specified index.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonArray Class

JsonArray Members

Windows.Data.Json Namespace