System::String::Insert メソッド
String::Insert method
指定された位置に部分文字列を挿入します。
String System::String::Insert(int startIndex, const String &value) const
| パラメーター | 型 | 説明 |
|---|---|---|
| startIndex | int | この文字列で挿入を開始するインデックス。 |
| value | const String& | 挿入文字列。 |
ReturnValue
String with insertion done.
参照
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++