Xceed Chart for WinForms v4.4 Documentation
WriteBase64 Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > XmlNodeWriter Class : WriteBase64 Method
This method is implemented using Convert.ToBase64String.
Syntax
'Declaration
 
Public Overrides Sub WriteBase64( _
   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.WriteBase64(buffer, index, count)
public override void WriteBase64( 
   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

Reference

XmlNodeWriter Class
XmlNodeWriter Members
Base Implementation in WriteBase64