System::String::Substring méthode
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.Page 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. |
| length | int32_t | Longueur de la sous-chaîne. |
ReturnValue
Sous-chaîne extraite.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++