Click or drag to resize

AsciiImporterToArraysImportFromAsciiText(String, AsciiImportOptions) Method

Imports from an ASCII text provided as string into an existing table.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ImportFromAsciiText(
	string asciiText,
	out AsciiImportOptions importOptions
)

Parameters

asciiText  String
The Ascii text that is to be imported.
importOptions  AsciiImportOptions
On return, contains the import options that were used to import the Ascii text.
See Also