Ejemplo n.º 1
0
 public static int GetHashCodeInLowerCase(string str)
 {
     return(HashFunctions.HashiString32(str));
 }