Freigeben über


JsonValue.TryParse(String, JsonValue) Methode

Definition

Analysiert die angegebene Zeichenfolge in jsonValue.

public:
 static bool TryParse(Platform::String ^ input, [Out] JsonValue ^ & result);
 static bool TryParse(winrt::hstring const& input, [Out] JsonValue const& & result);
public static bool TryParse(string input, out JsonValue result);
Public Shared Function TryParse (input As String, ByRef result As JsonValue) As Boolean

Parameter

input
String

Platform::String

winrt::hstring

Die angegebene Zeichenfolge.

result
JsonValue

Das neue JsonValue-Objekt .

Gibt zurück

Boolean

bool

True, wenn das JsonValue-Objekt erfolgreich erstellt wurde; Andernfalls false.

Gilt für: