JsonValue.TryParse Method

Parses the specified string into a JsonValue.

Syntax

public:
static bool TryParse(
         String^ input,
         out JsonValue^ result
)  

Parameters

input
Type: String 

  The specified string.

result
Type: JsonValue 

The new JsonValue object.

Return value

Type: bool 

  True if the JsonValue object was successfully created; otherwise, false.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonValue Class

JsonValue Members

Windows.Data.Json Namespace