• Home
  • C# / C Sharp
  • 2D Graphics
  • Class Interface
  • Collections Data Structure
  • Components
  • Data Types
  • Database ADO.net
  • Date Time
  • Design Patterns
  • Development Class
  • Event
  • File Stream
  • Generics
  • GUI Windows Form
  • Internationalization I18N
  • Language Basics
  • LINQ
  • Network
  • Office
  • Reflection
  • Regular Expressions
  • Security
  • Services Event
  • Thread
  • Web Services
  • Windows
  • Windows Presentation Foundation
  • XML
  • XML LINQ

CaseInsensitiveHashCodeProvider « Collections Data Structure « C# / C Sharp






  1. C# / C Sharp
  2. Collections Data Structure
  3. CaseInsensitiveHashCodeProvider
1.Create Hashtable using a case-insensitive code provider and a case-insensitive comparer, based on the culture of the current thread.
2.Create a Hashtable using a case-insensitive code provider and a case-insensitive comparer, based on the InvariantCulture.
3.Create a Hashtable using a case-insensitive code provider and a case-insensitive comparer, based on the Turkish culture (tr-TR), where "I" is not the uppercase version of "i".
4.Create a Hashtable using a case-insensitive code provider and a case-insensitive comparer,
5.CaseInsensitiveComparer Class compares two objects for equivalence, ignoring the case of strings.

java2s.com  | © Demo Source and Support. All rights reserved.