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