JsonArray.TryParse Method

Parses the provided string into a JsonArray.

Syntax

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

Parameters

input
Type: String 

  The specified string.

result
Type: JsonArray 

The new JsonArray 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

JsonArray Class

JsonArray Members

Windows.Data.Json Namespace