Encodes the specified binary bytes as binhex and writes out the resulting text.
[Visual Basic] Overrides Public Sub WriteBinHex( _ ByVal buffer() As Byte, _ ByVal index As Integer, _ ByVal count As Integer _ ) [C#] public override void WriteBinHex( byte[] buffer, int index, int count ); [C++] public: override void WriteBinHex( unsigned char* buffer[], int index, int count ); [JScript] public override function WriteBinHex( buffer : Byte[], index : int, count : int );
XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace