Culture-Sensitive VB.NET Constructor
using System.Collections
Public Sub New
Public Sub New(culture As CultureInfo)
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
|