Exemple #1
0
 public static string GetMd5Unicode(string data)
 {
     return(MD5Util.ComputeHashUnicode(data));
 }