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.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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