JsonArray.Stringify Method

Definition

Returns the JSON representation of the encapsulated value.

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

Returns

String

Platform::String

winrt::hstring

A JSON representation of the encapsulated value.

Implements

Remarks

If the ValueType is String, then the returned string will be properly escaped and double quoted. This method is used for serializing the encapsulated value into a valid JSON format.

Applies to