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

另见