XmlReader.ReadContentAsBinHex Method
Reads the content and returns the BinHex decoded binary bytes.
Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)
Syntax
public virtual int ReadContentAsBinHex (
byte[] buffer,
intindex,
intcount
)
Parameters
- buffer
The buffer into which to copy the resulting text. This value cannot be a null reference. - index
The offset into the buffer where to start copying the result. - count
The maximum number of bytes to copy into the buffer. The actual number of bytes copied is returned from this method.
Return Value
The number of bytes written to the buffer.
Version Information
Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.