IJsonValue.Stringify Method

Retrieves the JSON representation of the encapsulated value.

Syntax

public:
String^ Stringify()  

Return value

Type: String 

  A JSON representation of the encapsulated value.

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.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

IJsonValue Interface

IJsonValue Members

Windows.Data.Json Namespace