System::String::Remove metodo
String::Remove method
Estrae tutto tranne la sottostringa dalla stringa corrente.
String System::String::Remove(int32_t startIndex, int32_t count=INT32_MAX) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| startIndex | int32_t | Indice del primo carattere da non estrarre. |
| count | int32_t | Numero di caratteri da non estrarre. |
ReturnValue
String around specified substring.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++