Maml To Markdown Topic ConverterConvert Topic Method
Convert the topic to Markdown format
Definition
Namespace: Sandcastle.Core.Markdown
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
True if successful, false if not
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool ConvertTopic(
Topic topic
)VB
Public Function ConvertTopic (
topic As Topic
) As BooleanC++
public:
bool ConvertTopic(
Topic^ topic
)F#
member ConvertTopic :
topic : Topic -> bool Parameters
- topic Topic
- The topic to process
Return Value
BooleanTrue if successful, false if not