다음을 통해 공유


HttpTransferCodingHeaderValue.TryParse 메서드

정의

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

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

매개 변수

input
String

Platform::String

winrt::hstring

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

transferCodingHeaderValue
HttpTransferCodingHeaderValue

문자열의 HttpTransferCodingHeaderValue 버전입니다.

반환

Boolean

bool

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

적용 대상