ProductInfoHeaderValue.Parse(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將字串轉換為 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 執行個體。
例外狀況
input
是 null
參考。
input
不是有效的產品資訊標頭值資訊。