Remove()
String::Remove(int32_t, int32_t) const method
Extracts everything but substring from current string.
String System::String::Remove(int32_t startIndex, int32_t count=INT32_MAX) const
Arguments
Parameter | Type | Description |
---|---|---|
startIndex | int32_t | Index of first character to not extract. |
count | int32_t | Number of characters to not extract. |
Return Value
String around specified substring.
See Also
- Class String
- Namespace System
- Library Aspose.Slides