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.AsciiAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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