ProductHeaderValue.Parse(String) 메서드

정의

문자열을 ProductHeaderValue 인스턴스로 변환합니다.

public:
 static System::Net::Http::Headers::ProductHeaderValue ^ Parse(System::String ^ input);
public static System.Net.Http.Headers.ProductHeaderValue Parse (string input);
public static System.Net.Http.Headers.ProductHeaderValue Parse (string? input);
static member Parse : string -> System.Net.Http.Headers.ProductHeaderValue
Public Shared Function Parse (input As String) As ProductHeaderValue

매개 변수

input
String

제품 헤더 값 정보를 나타내는 문자열입니다.

반환

ProductHeaderValue 인스턴스입니다.

적용 대상