PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public override int ReadContentAsBase64(
	byte[] buffer,
	int index,
	int count
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function ReadContentAsBase64 ( _
	buffer As (), _
	index As Integer, _
	count As Integer _
) As Integer

Parameters

buffer
array<Byte>[]()
index
Int32
count
Int32

See Also

Advanced