Metodo System::String::ToByteArray
String::ToByteArray method
Converte la stringa o la sottostringa in un array di byte.
ArrayPtr<uint8_t> System::String::ToByteArray(int32_t startIndex=0, int32_t length=INT32_MAX, bool LE=true) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| startIndex | int32_t | Indice di inizio della sottostringa. |
| lunghezza | int32_t | Lunghezza della sottostringa. |
| LE | bool | Se vero, codifica i caratteri usando il little endian; altrimenti, usa il big endian. |
ReturnValue
Array containing bytes representing characters of the string.
Vedi anche
- Typedef ArrayPtr
- Class String
- Namespace System
- Library Aspose.Font for C++