Exemplo n.º 1
0
 public static string getMD5FromString(string str)
 {
     return(Misc.getmd5(str));
 }