System::Xml::XmlTextReader::ReadBinHex method
XmlTextReader::ReadBinHex method
Decodes BinHex and returns the decoded binary bytes.
int32_t System::Xml::XmlTextReader::ReadBinHex(const ArrayPtr<uint8_t> &array, int32_t offset, int32_t len)
Parameter | Type | Description |
---|---|---|
array | const ArrayPtr<uint8_t>& | The byte array that serves as the buffer to which the decoded binary bytes are written. |
offset | int32_t | The zero-based index into the array specifying where the method can begin to write to the buffer. |
len | int32_t | The number of bytes to write into the buffer. |
ReturnValue
The number of bytes written to your buffer.
See Also
- Typedef ArrayPtr
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.PUB for C++