TermInfo.ToText Method

Converts HTML string to plain text. The following entities are decoded:
""
''
&lt;<
&gt;>
&amp;&

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static string ToText(
	string text
)

Parameters

text  String
HTML to convert.

Return Value

String
Plain text.

See Also