System::String::ToByteArray Methode
String::ToByteArray method
Konvertiert den String oder Teilstring in ein Byte-Array.
ArrayPtr<uint8_t> System::String::ToByteArray(int32_t startIndex=0, int32_t length=INT32_MAX, bool LE=true) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| startIndex | int32_t | Startindex des Substrings. |
| Länge | int32_t | Länge des Substrings. |
| LE | bool | Wenn true, Zeichen mit Little‑Endianness kodieren; andernfalls Big‑Endianness verwenden. |
ReturnValue
Array containing bytes representing characters of the string.
Siehe auch
- Typedef ArrayPtr
- Class String
- Namespace System
- Library Aspose.Page for C++