JsonArray.TryParse(String, JsonArray) 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.
public:
static bool TryParse(Platform::String ^ input, [Out] JsonArray ^ & result);
static bool TryParse(winrt::hstring const& input, [Out] JsonArray const& & result);
public static bool TryParse(string input, out JsonArray result);
Public Shared Function TryParse (input As String, ByRef result As JsonArray) As Boolean
Parameters
- input
-
String
Platform::String
winrt::hstring
The specified string.
Returns
Boolean
bool
True if the JsonValue object was successfully created; otherwise, false.