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

ProductInfoHeaderValue::GetProductInfoLength method

指定されたインデックスから渡された文字列を ProductInfoHeaderValue クラスのインスタンスに変換します。

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

ReturnValue

解析されたサブ文字列の長さを返します。そうでない場合は 0 を返します。

参照