MarkdownString Methods
Class Methods 1 member
Represents a string that contains Markdown-formatted content.
Returns a string that represents the current object.
public sealed class MarkdownString{ public override string ToString() { // ... }}Returns
string A string that represents the current object.