Click or drag to resize

IDataExportServiceConvert Method (String)

Converts a given file, or XML, to the default file extension of the Service.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Convert(
	string fileName
)

Parameters

fileName
Type: SystemString
The path to the file, or the XML to convert.

Return Value

Type: String
A file path to the converted file, using the default file extension for the service.
See Also