Click or drag to resize

CommonEngineMergeAndSortFile Method (Type, String, String, String)

Merge the contents of 2 files and write them sorted to a destination file.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public static Object[] MergeAndSortFile(
	Type recordType,
	string file1,
	string file2,
	string destFile
)

Parameters

recordType
Type: SystemType
The record Type.
file1
Type: SystemString
File with contents to be merged.
file2
Type: SystemString
File with contents to be merged.
destFile
Type: SystemString
The destination file.

Return Value

Type: Object
The merged and sorted records.
See Also