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
参数类型描述
bufferArrayPtr<uint8_t>Byte 数组用于编码。
索引int32_t缓冲区中指示要写入的字节起始位置的索引。
countint32_t要写入的字节数。

另见