Exemplo n.º 1
0
 public static byte[] UrlDecodeToBytes(string s)
 {
     return(HttpUtility.UrlDecodeToBytes(s, Encoding.UTF8));
 }