| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > ReadElementContentAsBinHex Method : ReadElementContentAsBinHex(Int32) Method |
'Declaration Public Overloads Function ReadElementContentAsBinHex( _ ByVal maxArrayLength As System.Integer _ ) As System.Byte()
'Usage Dim instance As XmlFastInfosetReader Dim maxArrayLength As System.Integer Dim value() As System.Byte value = instance.ReadElementContentAsBinHex(maxArrayLength)
public System.byte[] ReadElementContentAsBinHex( System.int maxArrayLength )
public function ReadElementContentAsBinHex( maxArrayLength: System.Integer ): System.array of Byte;
public function ReadElementContentAsBinHex( maxArrayLength : System.int ) : System.byte[];
public: System.byte[]* ReadElementContentAsBinHex( System.int maxArrayLength )
public: System.array<byte>^ ReadElementContentAsBinHex( System.int maxArrayLength )
This method reads the start tag, the contents of the element, and moves the reader past the end element tag. It expands entities and ignores processing instructions and comments. The element can only contain simple content. That is, it cannot have child elements.
If content is binary encoded BinHex bytes block, reader returns the bytes read.
If content is text, reader performs BinHex decoding and returns 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