System::String::Remove メソッド
String::Remove method
現在の文字列からサブ文字列以外のすべてを抽出します。
String System::String::Remove(int32_t startIndex, int32_t count=INT32_MAX) const
| パラメーター | 型 | 説明 |
|---|---|---|
| startIndex | int32_t | 抽出しない最初の文字のインデックス。 |
| count | int32_t | 抽出しない文字数。 |
ReturnValue
String around specified substring.
参照
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++