System::Xml::XmlTextWriter::WriteBinHex 方法
XmlTextWriter::WriteBinHex method
将指定的二进制字节编码为 binhex 并写出生成的文本。
void System::Xml::XmlTextWriter::WriteBinHex(ArrayPtr<uint8_t> buffer, int32_t index, int32_t count) override
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | ArrayPtr<uint8_t> | Byte 数组用于编码。 |
| 索引 | int32_t | 缓冲区中指示要写入的字节起始位置的索引。 |
| count | int32_t | 要写入的字节数。 |
另见
- Typedef ArrayPtr
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Font for C++