Click or drag to resize
Murmur3HashString Method
Pass a .NET String to the function and get a 32-bit Murmur3 hash in return.

Namespace: Akka.Util
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static int HashString(
	string str
)

Parameters

str
Type: SystemString
A string to hash

Return Value

Type: Int32
A hash value, expressed as a 32 bit integer.
See Also