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

EntityTagHeaderValue::Parse method

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

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

ReturnValue

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

参照