System::String::ToCharArray-Methode
String::ToCharArray method
Konvertiert die Zeichenkette oder Teilzeichenkette in ein Zeichen‑Array.
ArrayPtr<char_t> System::String::ToCharArray(int32_t startIndex=0, int32_t length=INT32_MAX) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| startIndex | int32_t | Startindex des Teilstrings. |
| Länge | int32_t | Länge des Teilstrings. |
ReturnValue
Array containing characters of the string.
Siehe auch
- Typedef ArrayPtr
- Class String
- Namespace System
- Library Aspose.Font for C++