System::Xml::XmlTextWriter::WriteBase64 メソッド

XmlTextWriter::WriteBase64 method

指定されたバイナリバイトを base64 としてエンコードし、結果のテキストを書き出します。

void System::Xml::XmlTextWriter::WriteBase64(ArrayPtr<uint8_t> buffer, int32_t index, int32_t count) override
パラメーター説明
bufferArrayPtr<uint8_t>エンコードする Byte 配列。
インデックスint32_t書き込むバイトの開始位置を示すバッファ内の位置。
countint32_t書き込むバイト数

参照