méthode System::String::Substring
String::Substring(int32_t) const method
Extrait une sous-chaîne.
String System::String::Substring(int32_t startIndex) const
| Paramètre | Type | Description |
|---|---|---|
| startIndex | int32_t | Indice de début de la sous‑chaîne. |
ReturnValue
Sous-chaîne extraite.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::Substring(int32_t, int32_t) const method
Extrait une sous-chaîne.
String System::String::Substring(int32_t startIndex, int32_t length) const
| Paramètre | Type | Description |
|---|---|---|
| startIndex | int32_t | Indice de début de la sous‑chaîne. |
| longueur | int32_t | Longueur de la sous‑chaîne. |
ReturnValue
Sous-chaîne extraite.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++