System::String::Remove metod
String::Remove method
Extraherar allt utom delsträngen från den aktuella strängen.
String System::String::Remove(int32_t startIndex, int32_t count=INT32_MAX) const
| Parameter | Type | Beskrivning |
|---|---|---|
| startIndex | int32_t | Index för det första tecknet som inte ska extraheras. |
| count | int32_t | Antal tecken som inte ska extraheras. |
ReturnValue
String around specified substring.
Se även
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++