AsciiImporterImportFileIntoNewTable(String, Char) Method |
Imports ascii from a memory stream into a table. Returns null (!) if nothing is imported.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static DataTable? ImportFileIntoNewTable(
string filename,
char separatorChar
)
Parameters
- filename String
- The file name of the file from which to import.
- separatorChar Char
- The character used to separate the columns
Return Value
DataTableThe table representation of the imported text, or null if nothing is imported.
See Also