All I really need to know is what is this character. I have not seen anything like this before.
How do i remove this using Vb.net:
data = data.Replace(Chr(???????), "")
Is there a specific control character decimal number or something to this character that i can use in place of ?? Please help.
I tried looking up all the html, ascii and the regex languages to find this character but i did not find this anywhere.