IFileHelperEngineT Methods |
Name | Description | |
---|---|---|
![]() ![]() | AppendToFile(String, IEnumerableT) |
Append an array of records to the specified file.
|
![]() ![]() | AppendToFile(String, T) |
Append a record to the specified file.
|
![]() ![]() | ReadFile(String) |
Read a file and return an array of the contained records.
|
![]() ![]() | ReadFile(String, Int32) |
Read a file and return an array of the contained records.
|
![]() | ReadFileAsDT(String) |
Read the records of the file and fill a DataTable with them
|
![]() | ReadFileAsDT(String, Int32) |
Read the records of the file and fill a DataTable with them
|
![]() ![]() | ReadStream(TextReader) |
Read a Stream and return an array of the contained records.
|
![]() ![]() | ReadStream(TextReader, Int32) |
Read a Stream and return an array of the contained records.
|
![]() | ReadStreamAsDT(TextReader) |
Read the records of the stream and fill a DataTable with them
|
![]() | ReadStreamAsDT(TextReader, Int32) |
Read the records of the stream and fill a DataTable with them
|
![]() | ReadString(String) |
Read a String and return an array of the contained records.
|
![]() | ReadString(String, Int32) |
Read a String and return an array of the contained records.
|
![]() | ReadStringAsDT(String) |
Read the records of a string and fill a DataTable with them.
|
![]() | ReadStringAsDT(String, Int32) |
Read the records of a string and fill a DataTable with them.
|
![]() ![]() | WriteFile(String, IEnumerableT) |
Write an array of records to the specified file.
|
![]() ![]() | WriteFile(String, IEnumerableT, Int32) |
Write the specified number of records from the array to a file.
|
![]() ![]() | WriteStream(TextWriter, IEnumerableT) |
Write an array of records to the specified Stream.
|
![]() ![]() | WriteStream(TextWriter, IEnumerableT, Int32) |
Write the specified number of records in the array to the Stream.
|
![]() | WriteString(IEnumerableT) |
Write an array of records to an String and return it.
|
![]() | WriteString(IEnumerableT, Int32) |
Write an array of records to an String and return it.
|