System::Net::Http::Headers::ContentDispositionHeaderValue::GetDispositionTypeLength メソッド

ContentDispositionHeaderValue::GetDispositionTypeLength method

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

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

ReturnValue

解析されたサブ文字列の長さ、該当しない場合は 0 です。

参照