Noemax FastInfoset.NET
WriteBinHex Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > VocabularyWriter Class : WriteBinHex Method






buffer
index
count

Syntax

Visual Basic (Declaration) 
Public Overridable Sub WriteBinHex( _
   ByVal buffer() As Byte, _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As VocabularyWriter
Dim buffer() As Byte
Dim index As Integer
Dim count As Integer
 
instance.WriteBinHex(buffer, index, count)
C# 
public virtual void WriteBinHex( 
   byte[] buffer,
   int index,
   int count
)
Delphi 
public procedure WriteBinHex( 
    buffer: Bytearray of;
    index: Integer;
    count: Integer
); virtual; 
JScript 
public function WriteBinHex( 
   buffer : byte[],
   index : int,
   count : int
);
Managed Extensions for C++ 
public: virtual void WriteBinHex( 
   byte[]* buffer,
   int index,
   int count
) 
C++/CLI 
public:
virtual void WriteBinHex( 
   array<byte>^ buffer,
   int index,
   int count
) 

Parameters

buffer
index
count

See Also