次の方法で共有


XmlTextWriter.WriteBinHex メソッド

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

Overrides Public Sub WriteBinHex( _
   ByVal buffer() As Byte, _   ByVal index As Integer, _   ByVal count As Integer _)
[C#]
public override void WriteBinHex(byte[] buffer,intindex,intcount);
[C++]
public: void WriteBinHex(unsigned charbuffer __gc[],intindex,intcount);
[JScript]
public override function WriteBinHex(
   buffer : Byte[],index : int,count : int);

パラメータ

  • buffer
    エンコードするバイト配列。
  • index
    書き込むバイトの開始を示すバッファ内の位置。
  • count
    書き込むバイト数。

例外

例外の種類 条件
ArgumentNullException buffer が null 参照 (Visual Basic では Nothing) です。
ArgumentException バッファ長から index を差し引いた値が count より小さい値です。
ArgumentOutOfRangeException index または count が 0 未満です。
InvalidOperationException WriteState が Closed です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

XmlTextWriter クラス | XmlTextWriter メンバ | System.Xml 名前空間