Click or drag to resize

FileTransformEngineTSource, TDestinationTransformFileFast Method (TextReader, StreamWriter)

Transform the contents of the sourceFile and write them to the destFile. (faster and uses less memory, best choice for big files)

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public int TransformFileFast(
	TextReader sourceStream,
	StreamWriter destStream
)

Parameters

sourceStream
Type: System.IOTextReader
The source stream.
destStream
Type: System.IOStreamWriter
The destination stream.

Return Value

Type: Int32
The number of transformed records.
See Also