Click or drag to resize

IDataExportService.Convert 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: System.String
The path to the file to convert, or the XML to convert
fileExt
Type: System.String
The extension to write to
oe (Optional)
Type: NetQuarry.Data.IMapper
An optional mapper to include

Return Value

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