Culture-Sensitive C# Method
using System.Collections.Specialized.CollectionsUtil;
public static Hashtable CreateCaseInsensitiveHashtable();
public static Hashtable CreateCaseInsensitiveHashtable(IDictionary d);
public static Hashtable CreateCaseInsensitiveHashtable(int capacity);
Internationalization (I18n) Method Overview
Creates a new instance of the Hashtable class that ignores the case of strings.
For more information see Microsoft's
MSDN online documentation.
Culture and Number Format Information
|