JsonArray.Stringify 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.
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
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.