CaseInsensitiveHashCodeProvider Constructor (CultureInfo)
.NET Framework (current version)
Initializes a new instance of the CaseInsensitiveHashCodeProvider class using the specified System.Globalization.CultureInfo.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- culture
-
Type:
System.Globalization.CultureInfo
The System.Globalization.CultureInfo to use for the new CaseInsensitiveHashCodeProvider.
| Exception | Condition |
|---|---|
| ArgumentNullException | culture is null. |
Comparison procedures use the specified System.Globalization.CultureInfo to determine the casing rules. Hash code comparisons might have different results depending on the culture. For more information on culture-specific comparisons, see the System.Globalization namespace and Globalizing and Localizing .NET Framework Applications.
.NET Framework
Available since 1.1
Available since 1.1
Show: