Click or drag to resize
MimeKit

HtmlTokenToString Method

Return a String that represents the current HtmlToken.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public override string ToString()

Return Value

String
A String that represents the current HtmlToken.
Remarks
Returns a String that represents the current HtmlToken.
See Also