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

XmlReader::ReadElementContentAsBase64 method

Считывает элемент и декодирует содержимое Base64.

virtual int32_t System::Xml::XmlReader::ReadElementContentAsBase64(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

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

См. также