Click or drag to resize
XmlSerializationReaderToByteArrayBase64 Method (Boolean)
Instructs the System.Xml.XmlReader to read the string value at its current position and return it as a base-64 byte array.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected byte[] ToByteArrayBase64(
	bool isNull
)

Parameters

isNull
Type: SystemBoolean
true to return null; false to return a base-64 byte array.

Return Value

Type: Byte
A base-64 byte array; otherwise, null if the value of the isNull parameter is true.
See Also