Metodo System::String::ToCharArray
String::ToCharArray method
Converte la stringa o la sottostringa in un array di caratteri.
ArrayPtr<char_t> System::String::ToCharArray(int32_t startIndex=0, int32_t length=INT32_MAX) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| startIndex | int32_t | Indice di inizio della sottostringa. |
| lunghezza | int32_t | Lunghezza della sottostringa. |
ReturnValue
Array containing characters of the string.
Vedi anche
- Typedef ArrayPtr
- Class String
- Namespace System
- Library Aspose.Font for C++