Click or drag to resize

IDataExportServiceConvertToStream Method

Converts a given set of XML to a filestream with the given file extension.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
Stream ConvertToStream(
	string xml,
	string fileExt
)

Parameters

xml
Type: SystemString
The XML to convert. Traditionally, this is only used in the Excel service.
fileExt
Type: SystemString
The file extension to use to convert the file.

Return Value

Type: Stream
A stream of the converted file.
See Also