Method | 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.
|
public static XMLToCSV ( System xmlDoc ) : String | ||
xmlDoc | System | An XML file |
return | String |
public static dtToCSV ( System dt ) : String | ||
dt | System | A particular DataTable |
return | String |