C# Class PBAccelerator.DataTableToCSV

Converts a DataTable to CSV format @Author = Ndubisi Onuora
Afficher le fichier Open project: GFTUSA/GFTInternal

Méthodes publiques

Méthode Description
XMLToCSV ( System xmlDoc ) : String

Converts an XML file to CSV

dtToCSV ( System dt ) : String

Returns the contents of a DataTable as a CSV file.

Method Details

XMLToCSV() public static méthode

Converts an XML file to CSV
public static XMLToCSV ( System xmlDoc ) : String
xmlDoc System An XML file
Résultat String

dtToCSV() public static méthode

Returns the contents of a DataTable as a CSV file.
public static dtToCSV ( System dt ) : String
dt System A particular DataTable
Résultat String