System::String::Remove methode
String::Remove method
Extraheert alles behalve de subreeks uit de huidige tekenreeks.
String System::String::Remove(int32_t startIndex, int32_t count=INT32_MAX) const
| Parameter | Type | Beschrijving |
|---|---|---|
| startIndex | int32_t | Index van het eerste teken dat niet moet worden geëxtraheerd. |
| count | int32_t | Aantal tekens die niet moeten worden geëxtraheerd. |
ReturnValue
String around specified substring.
Zie ook
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++