System::Xml::XmlTextReader::ReadElementContentAsBase64 метод
XmlTextReader::ReadElementContentAsBase64 method
Читает элемент и декодирует содержимое Base64.
int32_t System::Xml::XmlTextReader::ReadElementContentAsBase64(ArrayPtr<uint8_t> buffer, int32_t index, int32_t count) override
| Параметр | Тип | Описание |
|---|---|---|
| buffer | The 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_t | The number of attributes on the current node. This number includes default attributes. |
| count | int32_t | Максимальное количество байтов для копирования в буфер. Фактическое количество скопированных байтов возвращается этим методом. |
ReturnValue
Количество байтов, записанных в буфер.
См. также
- Typedef ArrayPtr
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Font for C++