HashType Enumeration
Named constants to specify the type of hashcode for Char sequences.
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.5.0+6287955de434d14f61638ea0c3c40b499ae05cd1
Public Enumeration HashType
public enum class HashType
| Ordinal | 1 | Ordinal comparison of the characters. |
| OrdinalIgnoreCase | 2 | Ordinal comparison of the characters without taking upper and lower case
into account. |
| AlphaNumericIgnoreCase | 3 | Only letters and decimal digits are hashed. The case is not considered. |