Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

FileTransformEngine.TransformFile Method 

Transform the contents of the sourceFile and write them to the destFile.(use only if you need the array of the transformed records, TransformFileAsync is faster)

[Visual Basic]
Public Function TransformFile( _
   ByVal sourceFile As String, _
   ByVal destFile As String _
) As Object()
[C#]
public object[] TransformFile(
   string sourceFile,
   string destFile
);

Parameters

sourceFile
The source file.
destFile
The destination file.

Return Value

The transformed records.

See Also

FileTransformEngine Class | FileHelpers Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox