Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 568 Bytes

ijsonvalue_stringify_428328011.md

File metadata and controls

23 lines (16 loc) · 568 Bytes
-api-id -api-type
M:Windows.Data.Json.IJsonValue.Stringify
winrt method

Windows.Data.Json.IJsonValue.Stringify

-description

Retrieves the JSON representation of the encapsulated value.

-returns

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.

-examples

-see-also