System::String::Insert μέθοδος
String::Insert method
Εισάγει υποσυμβολοσειρά στη συγκεκριμένη θέση.
String System::String::Insert(int startIndex, const String &value) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| startIndex | int | Δείκτης σε αυτή τη συμβολοσειρά από όπου ξεκινά η εισαγωγή. |
| τιμή | const String& | Συμβολοσειρά εισαγωγής. |
ReturnValue
String with insertion done.
Δείτε επίσης
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++