System::String::Remove μέθοδος
String::Remove method
Εξάγει τα πάντα εκτός της υποσυμβολοσειράς από την τρέχουσα συμβολοσειρά.
String System::String::Remove(int32_t startIndex, int32_t count=INT32_MAX) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| startIndex | int32_t | Δείκτης του πρώτου χαρακτήρα που δεν θα εξαχθεί. |
| count | int32_t | Αριθμός χαρακτήρων που δεν θα εξαχθούν. |
ReturnValue
String around specified substring.
Δείτε επίσης
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++