PersistentStringHashFrom Method

Overload List

From(ReadOnlySpanChar, HashType) Generates a persistent hash code for the characters in the specified read-only span using the specified hashType.
From(String, HashType) Generates a persistent hash code for the characters of the specified String using the specified hashType.
From(StringBuilder, HashType) Generates a persistent hash code for the characters in the specified StringBuilder using the specified hashType.
From(StringBuilder, Int32, HashType) Generates a persistent hash code for the Char-sequence in the specified StringBuilder that begins with startIndex and reaches to the end of builder, using the specified hashType.
From(StringBuilder, Int32, Int32, HashType) Generates a persistent hash code for the Char-sequence in the specified StringBuilder that begins with startIndex and contains count characters, using the specified hashType.

See Also