XmlDictionaryReader.ReadContentAsBinHex Method (Int32)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Reads the content and returns the BinHex decoded binary bytes.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
'Declaration Protected Function ReadContentAsBinHex ( _ maxByteArrayContentLength As Integer _ ) As Byte()
Parameters
- maxByteArrayContentLength
- Type: System.Int32
The maximum array length.
| Exception | Condition |
|---|---|
| XmlException | The array size is greater than maxByteArrayContentLength. |
Show: