ConversionsComputeGuidHash Method |
Computes hash as a 128-bit guid.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static Guid ComputeGuidHash(
string text
)
Parameters
- text
- Type: SystemString
The input text.
Return Value
Type:
GuidA hash value.
See Also