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

XmlTextWriter::WriteBinHex method

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

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

参照