System::String::Insert metod
String::Insert method
Infogar delsträng på angiven position.
String System::String::Insert(int startIndex, const String &value) const
| Parameter | Typ | Beskrivning |
|---|---|---|
| startIndex | int | Index i den här strängen att börja infoga från. |
| värde | const String& | Infogningssträng. |
ReturnValue
String with insertion done.
Se även
- Class String
- Class String
- Namespace System
- Library Aspose.PDF for C++