Keyoti RapidSpell Web .NET Help Docs
convertHtmlEntities Method (text, convertAMP)
API DocumentationKeyoti.RapidSpellRapidSpellCheckerconvertHtmlEntities(String, Boolean)
Keyoti RapidSpell Web .NET
Converts HTML entity codes to their Unicode characters
Declaration Syntax
C#Visual BasicVisual C++
public static string convertHtmlEntities(
	string text,
	bool convertAMP
)
Public Shared Function convertHtmlEntities ( _
	text As String, _
	convertAMP As Boolean _
) As String
public:
static String^ convertHtmlEntities(
	String^ text, 
	bool convertAMP
)
Parameters
text (String)
The text containing the entities to convert.
convertAMP (Boolean)
Whether to convert & entities to &

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625