public int StringArrayToInt(string[] arr) { Array.Sort(arr); string tempS = string.Join("&", arr); return(MD5Utils.GetStringToHash(tempS)); }