System::Xml::XmlTextReader::ReadBase64 method
XmlTextReader::ReadBase64 method
Decodes Base64 and returns the decoded binary bytes.
int32_t System::Xml::XmlTextReader::ReadBase64(const ArrayPtr<uint8_t> &array, int32_t offset, int32_t len)
Parameter | Type | Description |
---|---|---|
array | const ArrayPtr<uint8_t>& | The array of characters that serves as the buffer to which the text contents are written. |
offset | int32_t | The zero-based index into the array specifying where the method can begin to write to the buffer. |
len | int32_t | The number of bytes to write into the buffer. |
ReturnValue
The number of bytes written to the buffer.
See Also
- Typedef ArrayPtr
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.PUB for C++