System::String::Insert метод
String::Insert method
Вставляет подстроку в указанную позицию.
String System::String::Insert(int startIndex, const String &value) const
| Параметр | Тип | Описание |
|---|---|---|
| startIndex | int | Index в этой строке, с которого начинать вставку. |
| value | const String& | Строка вставки. |
ReturnValue
String with insertion done.
См. также
- Class String
- Class String
- Namespace System
- Library Aspose.PDF for C++