Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

CsvEngine Methods

The methods of the CsvEngine class are listed below. For a complete list of CsvEngine class members, see the CsvEngine Members topic.

Public Static (Shared) Methods

CsvToDataTableOverloaded. Reads a Csv File and return their contents as DataTable (The file must have the field names in the first row)
DataTableToCsvOverloaded. Simply dumps the DataTable contents to a delimited file using a ',' as delimiter.

Public Instance Methods

AppendToFile (inherited from FileHelperEngine)Overloaded. Append a record to the specified file.
ReadFile (inherited from FileHelperEngine)Overloaded. Read a file and return an array of the contained records.
ReadFileAsDT (inherited from FileHelperEngine)Overloaded. Read the records of the file and fill a DataTable with them
ReadStream (inherited from FileHelperEngine)Overloaded. Read a Stream and return an array of the contained records.
ReadStreamAsDT (inherited from FileHelperEngine)Overloaded. Read the records of the stream and fill a DataTable with them
ReadString (inherited from FileHelperEngine)Overloaded. Read a String and return an array of the contained records.
ReadStringAsDT (inherited from FileHelperEngine)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 (inherited from FileHelperEngine)Overloaded. Write an array of records to the specified file.
WriteStream (inherited from FileHelperEngine)Overloaded. Write an array of records to the specified Stream.
WriteString (inherited from FileHelperEngine)Overloaded. Write an array of records to an String and return it.

See Also

CsvEngine Class | FileHelpers Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox