Click or drag to resize

UtilityStableHash Method

See: Blog post: GetHashCode. The original custom hashing code was replaced with the Xxhash32 class after it became available.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public static int StableHash(
	string value
)

Parameters

value  String
The string value to hash.

Return Value

Int32
A hash generated by the XxHash32 algorithm.
See Also