Skip to content
Docs Try Aspire

MarkdownString Methods

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