Méthode System::String::ToCharArray
String::ToCharArray method
Convertit la chaîne ou la sous-chaîne en tableau de caractères.
ArrayPtr<char_t> System::String::ToCharArray(int32_t startIndex=0, int32_t length=INT32_MAX) 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
Array containing characters of the string.
Voir aussi
- Typedef ArrayPtr
- Class String
- Namespace System
- Library Aspose.Font for C++