Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
C# / C Sharp
Collections Data Structure
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.