Insert()
String::Insert(int, const String&) const method
Inserts substring at specified position.
String System::String::Insert(int startIndex, const String &value) const
Arguments
| Parameter | Type | Description |
|---|---|---|
| startIndex | int | Index in this string to start inserting from. |
| value | const String& | Insertion string. |
Return Value
String with insertion done.
See Also
- Class String
- Namespace System
- Library Aspose.Slides