共用方式為


ProductInfoHeaderValue.Parse(String) 方法

定義

將字串轉換為 ProductInfoHeaderValue 執行個體。

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

參數

input
String

字串,代表產品資訊標頭值資訊。

傳回

ProductInfoHeaderValue 執行個體。

例外狀況

inputnull 參考。

input 不是有效的產品資訊標頭值資訊。

適用於