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
)
Function Convert (
fileName As String
) As String
Parameters
- fileName
- Type: SystemString
The path to the file, or the XML to convert.
Return Value
Type:
StringA file path to the converted file, using the default file extension for the service.
See Also