StringComparer (System.StringComparer)

Inherits: System.Object

Interfaces: IComparer`1, IComparer, IEqualityComparer, IEqualityComparer`1

Derived Types: 0

Assembly: mscorlib.dll

Represents a string comparison operation that uses specific case and culture-based or ordinal comparison rules.

VB.NET C#

VB.NET

Public MustInherit Class StringComparer
  Implements System.Collections.Generic.IComparer`1, System.Collections.IComparer, System.Collections.IEqualityComparer, System.Collections.Generic.IEqualityComparer`1
End Class

Articles

Sorting it all Out : Browsing the shoals of managed string comparisons

You might be confused about how to use the System.StringComparer properties because of a seeming contradiction. The value of each System.StringComparer property is a System ...

CodeProject: Enum Utilities. Free source code and programming help

EnumTransmogrifier MyEnumHelper = new PIEBALD.Types.EnumTransmogrifier ( System.StringComparer.CurrentCultureIgnoreCase ) ; (The default is System ...

Koders Code Search: StringComparer.cs - C#

System.StringComparer // // Authors: // Marek Safar (marek.safar@seznam.cz) // // (C) 2005 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge ...

.NET Framework Class Browser

Quickstart Class Browser ... Class System.StringComparer

Mono Documentation

Mono Class Library : System Namespace System.StringComparer Class: Note: This namespace, class, or member is supported only in version .NET 2.0 ...

Mono Documentation

The members of System.StringComparer are listed below. See Also: Inherited members from System.Object [ ...

StringComparer Class (System)

This example demonstrates members of the // System.StringComparer class. using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using ...

StringComparer Class (System)

Represents a string comparison operation that uses specific case and culture-based or ordinal comparison rules.

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support