Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27351

VS 2010 Text encoding issue, should be easy

$
0
0
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?

Viewing all articles
Browse latest Browse all 27351

Trending Articles