System::Net::Http::Headers::ProductInfoHeaderValue::TryParse メソッド

ProductInfoHeaderValue::TryParse method

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

static bool System::Net::Http::Headers::ProductInfoHeaderValue::TryParse(String input, System::SharedPtr<ProductInfoHeaderValue> &parsedValue)
パラメーター説明
入力String解析する文字列。
parsedValueSystem::SharedPtr<ProductInfoHeaderValue>&解析されたオブジェクトが割り当てられるインスタンスです。

ReturnValue

解析が正常に完了した場合は true、そうでない場合は false です。

参照