Пример #1
0
 ///<summary>
 /// Hash the string independent of bitness and target framework.
 /// </summary>
 internal static int StableStringHash(string toHash)
 {
     return(CommunicationsUtilities.GetHashCode(toHash));
 }