Converts HTML entity codes to their Unicode characters
| C# | Visual Basic | 
public static string convertHtmlEntities( string text, bool convertAMP )
Public Shared Function convertHtmlEntities ( text As String, convertAMP As Boolean ) As String
- text (String)
 - The text containing the entities to convert.
 
- convertAMP (Boolean)
 - Whether to convert & entities to &
 
String
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610