FastInfoset.NET Class Reference for .NET
ReadBinHex Method (XmlFastInfosetReader)






Reads a hexadecimal value from the current position in the element content and decodes it into an array of bytes.
Syntax
'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(); 

Return Value

An array of bytes read.
Remarks

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.

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

Send Feedback