IJsonValue.GetString Method

Definition

Returns the String if the ValueType of the encapsulated value is String. If it is not, an exception is thrown.

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

Returns

String

Platform::String

winrt::hstring

The encapsulated String value.

Applies to