Click or drag to resize

AsciiExporterExportAscii(Stream, DataTable) Method

Exports a table to Ascii using a stream. The stream is not closed at the end of this function.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ExportAscii(
	Stream myStream,
	DataTable table
)

Parameters

myStream  Stream
The stream the table should be exported to.
table  DataTable
The table that is to be exported.
Remarks
The export options are taken from the AsciiExporter instance.
See Also