다음을 통해 공유


HttpProductInfoHeaderValue.TryParse 메서드

정의

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

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

매개 변수

input
String

Platform::String

winrt::hstring

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

productInfoHeaderValue
HttpProductInfoHeaderValue

문자열의 HttpProductInfoHeaderValue 버전입니다.

반환

Boolean

bool

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

적용 대상