ProductInfoHeaderValue.TryParse(String, ProductInfoHeaderValue) 메서드

정의

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

public:
 static bool TryParse(System::String ^ input, [Runtime::InteropServices::Out] System::Net::Http::Headers::ProductInfoHeaderValue ^ % parsedValue);
public static bool TryParse (string input, out System.Net.Http.Headers.ProductInfoHeaderValue parsedValue);
public static bool TryParse (string input, out System.Net.Http.Headers.ProductInfoHeaderValue? parsedValue);
static member TryParse : string * ProductInfoHeaderValue -> bool
Public Shared Function TryParse (input As String, ByRef parsedValue As ProductInfoHeaderValue) As Boolean

매개 변수

input
String

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

parsedValue
ProductInfoHeaderValue

문자열의 ProductInfoHeaderValue 버전입니다.

반환

Boolean

input이 유효한 ProductInfoHeaderValue 정보이면 true이고, 그렇지 않으면 false입니다.

적용 대상