System::String::Insert-Methode
String::Insert method
Fügt den Teilstring an der angegebenen Position ein.
String System::String::Insert(int startIndex, const String &value) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| startIndex | int | Index in diesem String, ab dem eingefügt werden soll. |
| Wert | const String& | Einfüge-String. |
ReturnValue
String with insertion done.
Siehe auch
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++