Click or drag to resize
XmlHelperReadContentAsBase64 Method
Reads the current content from the XML reader as Base64 value.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static byte[] ReadContentAsBase64(
	XmlReader xml,
	int expectedSize
)

Parameters

xml
Type: System.XmlXmlReader
Xml reader
expectedSize
Type: SystemInt32
Expected size of the data

Return Value

Type: Byte
See Also