Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Serialization Namespaces
Altaxo.Serialization
DataFileImporterBase Class
DataFileImporterBase Methods
Import Method
Import(IReadOnlyList<String>, ImportOptionsInitial) Method
Import(String, Object) Method
Import(IReadOnlyList<String>, DataTable, Object, Boolean) Method
Data
File
Importer
Base
Import(String, Object) Method
Imports the specified file into the project.
Namespace:
Altaxo.Serialization
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
Copy
public
string
?
Import
(
string
fileName
,
Object
importOptions
)
Parameters
fileName
String
Name of the file.
importOptions
Object
The options for import.
Return Value
String
An error message, or null if successful.
Implements
IFileImporter
Import(String, Object)
See Also
Reference
DataFileImporterBase Class
Import Overload
Altaxo.Serialization Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net