System.Xml.Serialization.XmlSerializationWriter.FromByteArrayBase64 Method

Processes a base-64 byte array.

Syntax

protected static byte[] FromByteArrayBase64 (byte[] value)

Parameters

value
A base-64 byte array.

Returns

The same byte array that was passed in as an argument.

Remarks

The protected members of System.Xml.Serialization.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 XmlSerializationWriter.FromByteArrayBase64(Byte[]) method returns the original byte[] object to improve performance and conserve memory.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0