Ascii |
Name | Description | |
---|---|---|
![]() | ExportAscii(Stream, DataTable) | Exports a table to Ascii using a stream. The stream is not closed at the end of this function. |
![]() ![]() | ExportAscii(Stream, DataTable, AsciiExportOptions) | Exports a table to Ascii using a stream. The stream is not closed at the end of this function. |
![]() ![]() | ExportAscii(Stream, DataTable, Char) | Exports a table to Ascii using a stream. The stream is not closed at the end of this function. |
![]() ![]() | ExportAscii(String, DataTable, AsciiExportOptions) | Exports a table into an Ascii file. |
![]() ![]() | ExportAscii(String, DataTable, Char) | Exports a table into an Ascii file. |