次の方法で共有


JsonValue.TryParse(String, JsonValue) メソッド

定義

指定した文字列を 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

パラメーター

input
String

Platform::String

winrt::hstring

指定された文字列。

result
JsonValue

新しい JsonValue オブジェクト。

戻り値

Boolean

bool

JsonValue オブジェクトが正常に作成された場合は True。それ以外の場合は false。

適用対象