| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > ReadContentAsBase64 Method : ReadContentAsBase64(Byte[],Int32,Int32) Method |
The buffer into which to copy the resulting bytes. This value cannot be a null reference (Nothing in Visual Basic).
'Declaration Public Overloads Overrides NotOverridable Function ReadContentAsBase64( _ ByVal buffer() As System.Byte, _ ByVal index As System.Integer, _ ByVal count As System.Integer _ ) As System.Integer
'Usage Dim instance As XmlFastInfosetReader Dim buffer() As System.Byte Dim index As System.Integer Dim count As System.Integer Dim value As System.Integer value = instance.ReadContentAsBase64(buffer, index, count)
public override System.int ReadContentAsBase64( System.byte[] buffer, System.int index, System.int count )
public function ReadContentAsBase64( buffer: System.Bytearray of; index: System.Integer; count: System.Integer ): System.Integer; override;
public override function ReadContentAsBase64( buffer : System.byte[], index : System.int, count : System.int ) : System.int;
The buffer into which to copy the resulting bytes. This value cannot be a null reference (Nothing in Visual Basic).
If the content is binary encoded Base64 bytes, the reader returns the bytes read. If the content is text, the reader performs Base64 decoding and returns the decoded bytes.
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
XmlFastInfosetReader Class
XmlFastInfosetReader Members
Overload List
Base Implementation in ReadContentAsBase64