Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.WriteBinHex(byte[],int,int) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : WriteBinHex Method



buffer
the byte array to encode.
index
The position in the buffer indicating the start of the bytes to write.
count

The number of bytes to write.

Encodes the binary bytes using Fast Infoset's binary encoding of hexadecimal values and writes the result at the current position in the content.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Sub WriteBinHex( _
   ByVal buffer() As Byte, _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim buffer() As Byte
Dim index As Integer
Dim count As Integer
 
instance.WriteBinHex(buffer, index, count)
C# 
public override void WriteBinHex( 
   byte[] buffer,
   int index,
   int count
)
C++/CLI 
public:
void WriteBinHex( 
   array<byte>^ buffer,
   int index,
   int count
) override 

Parameters

buffer
the byte array to encode.
index
The position in the buffer indicating the start of the bytes to write.
count

The number of bytes to write.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in System.Xml.XmlWriter