System::String::Remove méthode
String::Remove method
Extrait tout sauf la sous-chaîne de la chaîne actuelle.
String System::String::Remove(int32_t startIndex, int32_t count=INT32_MAX) const
| Paramètre | Type | Description |
|---|---|---|
| startIndex | int32_t | Indice du premier caractère à ne pas extraire. |
| count | int32_t | Nombre de caractères à ne pas extraire. |
ReturnValue
String around specified substring.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++