| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : ReadBase64 Method |
'Declaration Public Function ReadBase64() As System.Byte()
'Usage Dim instance As XmlFastInfosetReader Dim value() As System.Byte value = instance.ReadBase64()
public System.byte[] ReadBase64()
public function ReadBase64(): System.array of Byte;
public function ReadBase64() : System.byte[];
public: System.byte[]* ReadBase64();
public: System.array<byte>^ ReadBase64();
If the node at the current position is Fast Infoset binary encoded Base64 bytes, the reader returns these bytes without transformation.
If the current node 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