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)
| Параметр | Тип | Описание |
|---|---|---|
| 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 XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++