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 執行個體。

適用於