FastInfoset.NET Class Reference for .NET
ReadContentAsBase64() Method






Reads the binary or Base64 encoded content at the current position and returns the decoded binary bytes.
Syntax
'Declaration
 
Public Overloads Function ReadContentAsBase64() As System.Byte()
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value() As System.Byte
 
value = instance.ReadContentAsBase64()
public System.byte[] ReadContentAsBase64()
public function ReadContentAsBase64(): System.array of Byte; 
public function ReadContentAsBase64() : System.byte[];
public: System.byte[]* ReadContentAsBase64(); 
public:
System.array<byte>^ ReadContentAsBase64(); 
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

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Overload List

Send Feedback