DataTableExtension Class
Namespace: FolkerKinzel.CsvToolsAssembly: FolkerKinzel.CsvTools (in FolkerKinzel.CsvTools.dll) Version: 2.0.5+a1df9eb1ff3c1305310d778343390475b5f50c0f
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.
|