DataTableExtension Class
Namespace: FolkerKinzel.CsvToolsAssembly: FolkerKinzel.CsvTools (in FolkerKinzel.CsvTools.dll) Version: 2.0.1+2345335399184346d9b2cc992ed5c814406052c1
public static class DataTableExtension
<ExtensionAttribute>
Public NotInheritable Class DataTableExtension
[ExtensionAttribute]
public ref class DataTableExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type DataTableExtension = class end
- Inheritance
- Object DataTableExtension
WriteCsv(DataTable, TextWriter, Char, IFormatProvider, IEnumerableString, String) |
Writes the content of the DataTable as CSV.
|
WriteCsv(DataTable, String, Char, IFormatProvider, Encoding, IEnumerableString, String) |
Writes the content of the DataTable as a CSV file with header.
|