JsonArrayTryParse(String, JsonArray) Method
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public static bool TryParse(
string s,
out JsonArray value
)
Public Shared Function TryParse (
s As String,
<OutAttribute> ByRef value As JsonArray
) As Boolean
public:
static bool TryParse(
String^ s,
[OutAttribute] JsonArray^% value
)
static member TryParse :
s : string *
value : JsonArray byref -> bool
- s String
- A string that will be read for the JsonArray content.
- value JsonArray
- When this method returns , the result of the parsing;
otherwise, . This parameter is passed uninitialized.
Boolean if the parsing was successful; otherwise,
.