| Visual Basic (Declaration) | |
|---|---|
Public Overrides NotOverridable Sub WriteBinHex( _ ByVal buffer() As Byte, _ ByVal index As Integer, _ ByVal count As Integer _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriter Dim buffer() As Byte Dim index As Integer Dim count As Integer instance.WriteBinHex(buffer, index, count) | |
| Delphi | |
|---|---|
public procedure WriteBinHex( buffer: Bytearray of; index: Integer; count: Integer ); override; | |
| Managed Extensions for C++ | |
|---|---|
public: void WriteBinHex( 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.