XmlSerializationWriter::FromByteArrayBase64 Method (array<Byte>^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Processes a base-64 byte array.
Assembly: System.Xml (in System.Xml.dll)
protected: static array<unsigned char>^ FromByteArrayBase64( array<unsigned char>^ value )
Parameters
- value
-
Type:
array<System::Byte>^
A base-64 Byte array.
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.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: