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)
ParameterTypeDescription
arrayconst ArrayPtr<uint8_t>&The array of characters that serves as the buffer to which the text contents are written.
offsetint32_tThe zero-based index into the array specifying where the method can begin to write to the buffer.
lenint32_tThe number of bytes to write into the buffer.

ReturnValue

The number of bytes written to the buffer.

See Also