Click or drag to resize

IDataExportServiceConvert Method (String, String, IMapper)

Converts a given file, or XML, to the specified file extension.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Convert(
	string fileName,
	string fileExt,
	IMapper oe = null
)

Parameters

fileName
Type: SystemString
The path to the file to convert, or the XML to convert
fileExt
Type: SystemString
The extension to write to
oe (Optional)
Type: NetQuarry.DataIMapper
An optional mapper to include

Return Value

Type: String
A file path to the converted file.
See Also