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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static string convertHtmlEntities(
	string text,
	bool convertAMP
)
public static string convertHtmlEntities(
	string text,
	bool convertAMP
)
Public Shared Function convertHtmlEntities ( 
	text As String,
	convertAMP As Boolean
) As String
Public Shared Function convertHtmlEntities ( 
	text As String,
	convertAMP As Boolean
) As String
public:
static String^ convertHtmlEntities(
	String^ text, 
	bool convertAMP
)
public:
static String^ convertHtmlEntities(
	String^ text, 
	bool convertAMP
)
static member convertHtmlEntities : 
        text : string * 
        convertAMP : bool -> string 
static member convertHtmlEntities : 
        text : string * 
        convertAMP : bool -> string 
Parameters
text (String)
The text containing the entities to convert.
convertAMP (Boolean)
Whether to convert & entities to &
Return Value
String

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331