 | UtilityStableHash Method |
See:
Blog post: GetHashCode.
The original custom hashing code was replaced with the Xxhash32 class after it became available.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic static int StableHash(
string value
)
Parameters
- value String
- The string value to hash.
Return Value
Int32A hash generated by the
XxHash32 algorithm.
See Also