System::Xml::XmlTextReader::ReadBase64 metodo
XmlTextReader::ReadBase64 method
Decodifica Base64 e restituisce i byte binari decodificati.
int32_t System::Xml::XmlTextReader::ReadBase64(const ArrayPtr<uint8_t> &array, int32_t offset, int32_t len)
| Parametro | Tipo | Descrizione |
|---|---|---|
| array | const ArrayPtr<uint8_t>& | L’array di caratteri che funge da buffer su cui vengono scritti i contenuti testuali. |
| offset | int32_t | L’indice basato su zero nell’array che specifica dove il metodo può iniziare a scrivere nel buffer. |
| len | int32_t | Il numero di byte da scrivere nel buffer. |
ReturnValue
Il numero di byte scritti nel buffer.
Vedi anche
- Typedef ArrayPtr
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Font for C++