WriteBase64()
XmlTextWriter::WriteBase64(ArrayPtr<uint8_t>, int32_t, int32_t) method
Encodes the specified binary bytes as base64 and writes out the resulting text.
void System::Xml::XmlTextWriter::WriteBase64(ArrayPtr<uint8_t> buffer, int32_t index, int32_t count) override
Arguments
Parameter | Type | Description |
---|---|---|
buffer | ArrayPtr<uint8_t> | Byte array to encode. |
index | int32_t | The position within the buffer indicating the start of the bytes to write. |
count | int32_t | The number of bytes to write. |
See Also
- Typedef ArrayPtr
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Slides