다음을 통해 공유


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입니다.

적용 대상