The methods of the FileHelperEngine class are listed below. For a complete list of FileHelperEngine class members, see the FileHelperEngine Members topic.
AppendToFile | Overloaded. Append a record to the specified file. |
ReadFile | Overloaded. Read a file and return an array of the contained records. |
ReadFileAsDT | Overloaded. Read the records of the file and fill a DataTable with them |
ReadStream | Overloaded. Read a Stream and return an array of the contained records. |
ReadStreamAsDT | Overloaded. Read the records of the stream and fill a DataTable with them |
ReadString | Overloaded. Read a String and return an array of the contained records. |
ReadStringAsDT | Overloaded. Read the records of a string and fill a DataTable with them. |
SetProgressHandler (inherited from FileHelpers.EngineBase) | Overloaded. Set the handler to the engine used to notify progress into the operations. |
WriteFile | Overloaded. Write an array of records to the specified file. |
WriteStream | Overloaded. Write an array of records to the specified Stream. |
WriteString | Overloaded. Write an array of records to an String and return it. |
FileHelperEngine Class | FileHelpers Namespace | Quick Start Guide | Class Diagram | Examples of Use | Attributes List