Write an array of records to the specified Stream.
Write an array of records to the specified Stream.
public void WriteStream(TextWriter,IEnumerable);
Write the specified number of records in the array to the Stream.
public void WriteStream(TextWriter,IEnumerable,int);
FileHelperEngine Class | FileHelpers Namespace