System::String::Insert-methode
String::Insert method
Voegt een substring in op de opgegeven positie.
String System::String::Insert(int startIndex, const String &value) const
| Parameter | Type | Beschrijving |
|---|---|---|
| startIndex | int | Index in deze tekenreeks vanaf waar ingevoegd moet worden. |
| value | const String& | Invoegtekenreeks. |
ReturnValue
String with insertion done.
Zie ook
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++