Keyoti RapidSpell WPF API Docs
convertHtmlEntities Method (text, convertAMP)
APIKeyoti.RapidSpell.WpfRapidSpellCheckerconvertHtmlEntities(String, Boolean)
Keyoti RapidSpell WPF
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: Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827