Click or drag to resize

AsciiExporterExportAscii(Stream, DataTable, AsciiExportOptions) 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.3179.0 (4.8.3179.0)
Syntax
C#
public static void ExportAscii(
	Stream myStream,
	DataTable table,
	AsciiExportOptions options
)

Parameters

myStream  Stream
The stream the table should be exported to.
table  DataTable
The table that is to be exported.
options  AsciiExportOptions
The options used for exporting of the data.
See Also