Noemax FastInfoset.NET
ReadContentAsBase64() Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > ReadContentAsBase64 Method : ReadContentAsBase64() Method






Reads the binary or Base64 encoded content at the current position and returns the decoded binary bytes.

Syntax

Visual Basic (Declaration) 
Public Overloads Function ReadContentAsBase64() As Byte()
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value() As Byte
 
value = instance.ReadContentAsBase64()
C# 
public byte[] ReadContentAsBase64()
Delphi 
public function ReadContentAsBase64(): array of Byte; 
JScript 
public function ReadContentAsBase64() : byte[];
Managed Extensions for C++ 
public: byte[]* ReadContentAsBase64(); 
C++/CLI 
public:
array<byte>^ ReadContentAsBase64(); 

See Also