Click or drag to resize

AsciiImporterToArraysImportFromAsciiFile(String, AsciiImportOptions) Method

Imports from an ASCII file 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 ImportFromAsciiFile(
	string fileName,
	out AsciiImportOptions importOptions
)

Parameters

fileName  String
File name of the file to import.
importOptions  AsciiImportOptions
On return, contains the import options that were used to import the file.
Exceptions
ExceptionCondition
ArgumentNullException Argument fileName is null or empty
See Also