Success
Leave feedback
On this page
Creates a successful result without content. Used when the output was written to a stream or file.
public static ConvertResult Success()
A ConvertResult with IsSuccess set to true and Content set to null.
- class ConvertResult
- namespace GroupDocs.Markdown
- assembly GroupDocs.Markdown
Creates a successful result containing the converted Markdown content.
public static ConvertResult Success(string content)
| Parameter | Type | Description |
|---|---|---|
| content | String | The Markdown content produced by the conversion. |
A ConvertResult with IsSuccess set to true and the specified content.
- class ConvertResult
- namespace GroupDocs.Markdown
- assembly GroupDocs.Markdown
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.