Write an array of records to the specified file.
Write an array of records to the specified file.
public void WriteFile(string,IEnumerable);
Write the specified number of records from the array to a file.
public void WriteFile(string,IEnumerable,int);
FileHelperEngine Class | FileHelpers Namespace