ConversionsComputeUInt64Hash Method |
Computes a 64-bit unsigned integer hash.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static ulong ComputeUInt64Hash(
string text
)
Parameters
- text
- Type: SystemString
The input text.
Return Value
Type:
UInt64A hash value.
See Also