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