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