Culture-Sensitive C# Constructor
using System.Collections
public CaseInsensitiveComparer();
public CaseInsensitiveComparer(CultureInfo culture);
Internationalization (I18n) Class Overview
The CaseInsensitiveComparer class compares two objects, ignoring the case of strings.
For more information see Microsoft's
MSDN online documentation.
I18n Issues
The constructor CaseInsensitiveComparer should be passed a CultureInfo
argument to avoid any culture-specific formatting issues resulting in erroneous inequality.
Culture
and Number Format Information
|