System::Net::Http::Headers::ProductHeaderValue::Parse メソッド

ProductHeaderValue::Parse method

渡された文字列を ProductHeaderValue クラスのインスタンスに変換します。

static System::SharedPtr<ProductHeaderValue> System::Net::Http::Headers::ProductHeaderValue::Parse(String input)
パラメーター説明
入力String解析する文字列。

ReturnValue

ProductHeaderValue クラスのインスタンスです。

参照