Keyoti RapidSpell Desktop .NET API Docs
convertHtmlEntities Method (text, convertAMP)
APIKeyoti.RapidSpellRapidSpellCheckerconvertHtmlEntities(String, Boolean)
Keyoti RapidSpell Desktop .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

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412