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
)
Function Convert (
fileName As String,
fileExt As String,
Optional oe As IMapper = Nothing
) As String
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:
StringA file path to the converted file.
See Also