Click or drag to resize

AsciiExporterExportAscii(String, DataTable, AsciiExportOptions) 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,
	AsciiExportOptions options
)

Parameters

filename  String
The filename used to export the file.
table  DataTable
The table to export.
options  AsciiExportOptions
The Ascii export options used for export.
See Also