Click or drag to resize

ConversionsComputeInt64Hash Method

Computes a 64-bit signed integer hash.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static long ComputeInt64Hash(
	string text
)

Parameters

text
Type: SystemString
The input text.

Return Value

Type: Int64
A hash value.
See Also