Ejemplo n.º 1
0
 public static InfoHash UrlDecode(string infoHash)
 {
     Check.InfoHash(infoHash);
     return(new InfoHash(MyHttpUtility.UrlDecodeToBytes(infoHash)));
 }