JsonArray.GetStringAt(UInt32) Method

Definition

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

public:
 virtual Platform::String ^ GetStringAt(unsigned int index) = GetStringAt;
winrt::hstring GetStringAt(uint32_t const& index);
public string GetStringAt(uint index);
function getStringAt(index)
Public Function GetStringAt (index As UInteger) As String

Parameters

index
UInt32

unsigned int

uint32_t

The specified index.

Returns

String

Platform::String

winrt::hstring

The String value at the specified index.

Applies to