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