Click or drag to resize

AsciiExporterExportAscii Method

Overload List
 NameDescription
Public methodExportAscii(Stream, DataTable) Exports a table to Ascii using a stream. The stream is not closed at the end of this function.
Public methodStatic memberExportAscii(Stream, DataTable, AsciiExportOptions) Exports a table to Ascii using a stream. The stream is not closed at the end of this function.
Public methodStatic memberExportAscii(Stream, DataTable, Char) Exports a table to Ascii using a stream. The stream is not closed at the end of this function.
Public methodStatic memberExportAscii(String, DataTable, AsciiExportOptions) Exports a table into an Ascii file.
Public methodStatic memberExportAscii(String, DataTable, Char) Exports a table into an Ascii file.
Top
See Also