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