Converts HTML entity codes to their Unicode characters
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual 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
Return Value
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120