URL 인코딩 VB.NET에서 간단하게 URl 인코딩을 사용할수 있다. Dim stringtoescape As String = "겨울" MsgBox(Uri.EscapeDataString(stringtoescape)) 참 쉽죠 프로그래밍언어/VB.NET 2013.02.23