HashType Enumeration
Named constants to specify the type of hashcode for Char sequences.
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
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. |