Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / XmlNodeWriter Class / WriteBinHex Method


In This Topic
    WriteBinHex Method
    In This Topic
    This is implementd using a temporary XmlTextWriter to turn the given binary blob into a string, then it calls WriteString with the result.
    Syntax
    'Declaration
     
    Public Overrides Sub WriteBinHex( _
       ByVal buffer() As Byte, _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    Dim instance As XmlNodeWriter
    Dim buffer() As Byte
    Dim index As Integer
    Dim count As Integer
     
    instance.WriteBinHex(buffer, index, count)
    public override void WriteBinHex( 
       byte[] buffer,
       int index,
       int count
    )

    Parameters

    buffer
    index
    count
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also