I'm looking to convert a string of html entities specifying ASCII characters codes (ie: a) to their actual value the ASCII characters they represent (ie: a). I'm using a property of an object and trying to assign a value. For instance:
object.Text("");
When I pass is the ASCII valuestring representing the entity, I'm actually getting that valueI get the same string back. I thought there was a can't find the function to convert ASCII to text, but can't seem entities to find itthe characters they represented.
