ReadContentAsBinHex Method (Int32)
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Xml
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.

Return Value

Type: System.Byte ()
A byte array that contains the BinHex decoded binary bytes.

ExceptionCondition
XmlException

The array size is greater than maxByteArrayContentLength.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft