System::Xml::XmlValidatingReader::ReadElementContentAsBinHex метод
XmlValidatingReader::ReadElementContentAsBinHex method
Читает элемент и декодирует содержимое BinHex.
int32_t System::Xml::XmlValidatingReader::ReadElementContentAsBinHex(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 XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Font for C++