System::String::Substring metodo
String::Substring(int32_t) const method
Estrae una sottostringa.
String System::String::Substring(int32_t startIndex) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| startIndex | int32_t | Indice di inizio della sottostringa. |
ReturnValue
Sottostringa estratta.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::Substring(int32_t, int32_t) const method
Estrae una sottostringa.
String System::String::Substring(int32_t startIndex, int32_t length) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| startIndex | int32_t | Indice di inizio della sottostringa. |
| lunghezza | int32_t | Lunghezza della sottostringa. |
ReturnValue
Sottostringa estratta.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++