Share via


JsonArray.GetString Method

Definition

Overloads

GetString()

Gets the String if the ValueType of the encapsulated value is String.

GetString()

Gets the String if the ValueType of the encapsulated value is String.

public:
 virtual Platform::String ^ GetString() = GetString;
winrt::hstring GetString();
public string GetString();
function getString()
Public Function GetString () As String

Returns

String

Platform::String

winrt::hstring

The String value.

Implements

Applies to