System::Xml::XmlTextWriter::WriteBase64 metodo
XmlTextWriter::WriteBase64 method
Codifica i byte binari specificati come base64 e scrive il testo risultante.
void System::Xml::XmlTextWriter::WriteBase64(ArrayPtr<uint8_t> buffer, int32_t index, int32_t count) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | ArrayPtr<uint8_t> | Byte array da codificare. |
| indice | int32_t | La posizione all’interno del buffer che indica l’inizio dei byte da scrivere. |
| count | int32_t | Il numero di byte da scrivere. |
Vedi anche
- Typedef ArrayPtr
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Font for C++