Markdown To Maml ConverterConvert From File Method
Convert the given Markdown file to MAML and return the results
Definition
Namespace: Sandcastle.Core.Markdown
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The MAML representation of the Markdown content
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string ConvertFromFile(
string id,
string markdownFile
)VB
Public Function ConvertFromFile (
id As String,
markdownFile As String
) As StringC++
public:
String^ ConvertFromFile(
String^ id,
String^ markdownFile
)F#
member ConvertFromFile :
id : string *
markdownFile : string -> string Parameters
Return Value
StringThe MAML representation of the Markdown content