System::Xml::XmlTextReader::ReadBase64 方法
XmlTextReader::ReadBase64 method
解码 Base64 并返回解码后的二进制字节。
int32_t System::Xml::XmlTextReader::ReadBase64(const ArrayPtr<uint8_t> &array, int32_t offset, int32_t len)
| 参数 | 类型 | 描述 |
|---|---|---|
| 数组 | const ArrayPtr<uint8_t>& | 用于写入文本内容的缓冲区的字符数组。 |
| offset | int32_t | 数组中的零基索引,指定方法可以开始写入缓冲区的位置。 |
| len | int32_t | 写入缓冲区的字节数。 |
ReturnValue
写入缓冲区的字节数。
另见
- Typedef ArrayPtr
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Font for C++