System::Xml::XmlReader::ReadContentAsBase64 метод

XmlReader::ReadContentAsBase64 method

Читает содержимое и возвращает бинарные байты, декодированные из Base64.

virtual int32_t System::Xml::XmlReader::ReadContentAsBase64(ArrayPtr<uint8_t> buffer, int32_t index, int32_t count)
ПараметрТипОписание
bufferThe number of attributes on the current node. This number includes default attributes.The number of attributes on the current node. This number includes default attributes.
индексint32_tThe number of attributes on the current node. This number includes default attributes.
countint32_tМаксимальное количество байтов для копирования в буфер. Фактическое количество скопированных байтов возвращается этим методом.

ReturnValue

Количество байтов, записанных в буфер.

См. также