MarkdownImportOptionsImport Method |
Imports the specified Markdown file into a text document.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string? Import(
string fileName
)
Parameters
- fileName String
- The Markdown file name.
Return Value
StringAn error string, or
if the import succeeded.
See Also