Click or drag to resize

CommonEngineSortBigFileT Method (String, String)

A fast way to sort a big file. For more options you need to instantiate the BigFileSorter class instead of using static methods

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public static void SortBigFile<T>(
	string source,
	string destination
)
where T : class, Object, IComparable<T>

Parameters

source
Type: SystemString

[Missing <param name="source"/> documentation for "M:FileHelpers.CommonEngine.SortBigFile``1(System.String,System.String)"]

destination
Type: SystemString

[Missing <param name="destination"/> documentation for "M:FileHelpers.CommonEngine.SortBigFile``1(System.String,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:FileHelpers.CommonEngine.SortBigFile``1(System.String,System.String)"]

See Also