ReadContentAsBase64 Method
Collapse the table of content
Expand the table of content

XmlDictionaryReader.ReadContentAsBase64 Method

[ 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 Base64 decoded binary bytes.

Namespace:  System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

'Declaration
Public Overridable Function ReadContentAsBase64 As Byte()

Return Value

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

ExceptionCondition
XmlException

The array size is greater than the MaxArrayLength quota for this reader.

The buffer allocated by this read operation is limited by the MaxArrayLength quota.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft