다음을 통해 공유


JsonObject.TryParse(String, JsonObject) 메서드

정의

JSON 개체를 나타내는 지정된 문자열을 JsonObject로 구문 분석합니다.

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

매개 변수

input
String

Platform::String

winrt::hstring

지정된 JSON 문자열입니다.

result
JsonObject

결과 JsonObject입니다.

반환

Boolean

bool

JsonValue 개체가 성공적으로 만들어졌으면 True이면 이고, 그렇지 않으면 false입니다.

적용 대상