System::Xml::XmlWriter::WriteBinHex メソッド
XmlWriter::WriteBinHex method
派生クラスでオーバーライドされた場合、指定されたバイナリバイト列を BinHex としてエンコードし、結果のテキストを書き出します。
virtual void System::Xml::XmlWriter::WriteBinHex(ArrayPtr<uint8_t> buffer, int32_t index, int32_t count)
| パラメーター | 型 | 説明 |
|---|---|---|
| buffer | ArrayPtr<uint8_t> | エンコードする Byte 配列。 |
| インデックス | int32_t | 書き込むバイトの開始位置を示すバッファ内の位置です。 |
| count | int32_t | 書き込むバイト数 |
参照
- Typedef ArrayPtr
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++