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