Click or drag to resize

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
C#
public static Guid ComputeGuidHash(
	string text
)

Parameters

text
Type: SystemString
The input text.

Return Value

Type: Guid
A hash value.
See Also