28
rated 0 times
[
32]
[
4]
/ answers: 1 / hits: 17883
/ 15 Years ago, mon, february 9, 2009, 12:00:00
I'm looking to convert a string of html entities specifying ASCII codes (ie: a) to 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 string representing the entity, I get the same string back. I can't find the function to convert entities to the characters they represented.
More From » ascii