Click or drag to resize

AsciiImporterToArraysImportFromAsciiText(String, AsciiImportOptions) Method

Imports from an ASCII text provided as string into an existing table. The import options have to be known already.

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,
	AsciiImportOptions importOptions
)

Parameters

asciiText  String
The Ascii text that is to be imported.
importOptions  AsciiImportOptions
The import options. This parameter must not be null, and the options must be fully specified.
See Also