示例#1
0
 public static int GetHashCodeInLowerCase(string str)
 {
     return(HashFunctions.HashiString32(str));
 }