CaseInsensitiveComparerStatic

CaseInsensitiveComparerStatic


Provides access to default culture-sensitive CaseInsensitiveComparer objects.


Public:

Properties:

NameDescription
 Default (get) Gets an instance of CaseInsensitiveComparer that is associated with the Thread.CurrentCulture of the current thread and that is always available.  
 DefaultInvariant (get) Gets an instance of CaseInsensitiveComparer that is associated with CultureInfo.InvariantCulture and that is always available.  

Remarks

This class cannot be instantiated. To access the defined properties use the class name. Set c = CaseInsensitiveComparer.Default

See Also

Project CorLib Overview

Class CaseInsensitiveComparerStatic Overview

CaseInsensitiveComparer