AsciiImporterToArraysImportFromAsciiText(String) Method |
Imports from an ASCII text provided as string into an existing table.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ImportFromAsciiText(
string asciiText
)
Parameters
- asciiText String
- The Ascii text that is to be imported.
See Also