I tried with batch of random strings, all values I got are positive, but I wondering:
Will String.GetHashCode()
return negative or 0?
Since the return value is int, so I guess it might be, so if it is the case, I have to change my logic.
If you have answer or have some official sources, please share