JsonArray.GetStringAt(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The String value at the specified index.