Click or drag to resize

AsciiImporterImportTextIntoNewTable Method

Imports ascii from a string into a table. Returns null (!) if nothing is imported.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static DataTable? ImportTextIntoNewTable(
	string text
)

Parameters

text  String
The text to import as ascii.

Return Value

DataTable
The table representation of the imported text, or null if nothing is imported.
See Also