XmlSerializationWriter.FromByteArrayBase64 Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Processes a base-64 byte array.

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

Syntax

'Declaration
Protected Shared Function FromByteArrayBase64 ( _
    value As Byte() _
) As Byte()
protected static byte[] FromByteArrayBase64(
    byte[] value
)

Parameters

Return Value

Type: array<System.Byte[]
The same byte array that was passed in as an argument.

Remarks

The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

Rather than return a string as other similar "from" methods, the static FromByteArrayBase64 method returns the original byte[] object to improve performance and conserve memory.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.