다음을 통해 공유


HttpCookiePairHeaderValue.TryParse(String, HttpCookiePairHeaderValue) 메서드

정의

문자열이 유효한 HttpCookiePairHeaderValue 정보인지 여부를 확인합니다.

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

매개 변수

input
String

Platform::String

winrt::hstring

유효성을 검사할 문자열입니다.

cookiePairHeaderValue
HttpCookiePairHeaderValue

문자열의 HttpCookiePairHeaderValue 버전입니다.

반환

Boolean

bool

입력이 유효한 HttpCookiePairHeaderValue 정보인 경우 true이고, 그렇지 않으면 false입니다.

적용 대상