CSVDataTable.WriteToFile Method
<Extension()> _
Public Shared Sub WriteToFile( _
ByVal dt As DataTable, _
ByVal filename As String, _
Optional ByVal settings As CSVSettings = null _
)
This language is not supported or no code example is available.
public static void WriteToFile(
this DataTable dt,
string filename,
CSVSettings settings = null
)
This language is not supported or no code example is available.
[Extension()]
public:
static void WriteToFile(
DataTable^ dt,
String^ filename,
CSVSettings^ settings
)
This language is not supported or no code example is available.
Parameters
- dt
- DataTable
- filename
- string
- settings
- CSVSettings
The CSV settings to use when exporting this DataTable (Default: CSV)