Click or drag to resize

ConversionsComputeUInt64Hash Method

Computes a 64-bit unsigned integer hash.

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

Parameters

text
Type: SystemString
The input text.

Return Value

Type: UInt64
A hash value.
See Also