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書き込むバイト数

参照