Converts HTML entity codes to their Unicode characters
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static string convertHtmlEntities( string text, bool convertAMP )
Public Shared Function convertHtmlEntities ( _ text As String, _ convertAMP As Boolean _ ) As String
public: static String^ convertHtmlEntities( String^ text, bool convertAMP )
Parameters
- text (String)
- The text containing the entities to convert.
- convertAMP (Boolean)
- Whether to convert & entities to &