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