System::String::Remove メソッド

String::Remove method

現在の文字列からサブ文字列以外のすべてを抽出します。

String System::String::Remove(int32_t startIndex, int32_t count=INT32_MAX) const
パラメーター説明
startIndexint32_t抽出しない最初の文字のインデックス。
countint32_t抽出しない文字数。

ReturnValue

String around specified substring.

参照