XML Object
 
Syntax
 
DecodeEntities(str As String) As String
 
Description
Utility method to decode HTML entities. It accepts a string containing (potentially) HTML entities and returns a string with the entities decoded.
 
Returns a null on failure