AsciiExporterExportAscii(Stream, DataTable, Char) 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,
char separator
)
Parameters
- myStream Stream
- The stream the table should be exported to.
- table DataTable
- The table that is to be exported.
- separator Char
- The separator char that separates the items from each other.
See Also