Ok, Ok .. i give up .. yes i googled .. tried .. but i cant fix this. And i'm sure it's pretty easy:
Dim s As String = "T%C3%A9st" ' (tést)
I need this string, converted to
s = "T%E9st"
Anyone can help me with this?
Dim s As String = "T%C3%A9st" ' (tést)
I need this string, converted to
s = "T%E9st"
Anyone can help me with this?