Click or drag to resize

MarkdownImportOptionsImport Method

Imports the specified Markdown file into a text document.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string? Import(
	string fileName
)

Parameters

fileName  String
The Markdown file name.

Return Value

String
An error string, or if the import succeeded.
See Also