Click or drag to resize

AsciiExporterExportAscii(String, DataTable, Char) Method

Exports a table into an Ascii file.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ExportAscii(
	string filename,
	DataTable table,
	char separator
)

Parameters

filename  String
The filename used to export the file.
table  DataTable
The table to export.
separator  Char
The separator char used to export the table. Normally, you should use a tabulator here.
See Also