StringComparison (System.StringComparison)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: mscorlib.dll

Specifies the culture, case, and sort rules to be used by certain overloads of the String.Compare and String.Equals methods.

VB.NET C#

VB.NET

Public Enum Structure StringComparison
  Implements System.IComparable, System.IFormattable, System.IConvertible
End Enum

Articles

Extension methods missing from System.String in the .NET Framework 3.5 ...

public static int Compare( this string strA, string strB, System. StringComparison comparisonType); public static int Compare( this string strA, string strB, bool ignoreCase, System.Globalization. ...

Haibo Luo's weblog : System.Reflection-based ILReader

method = clrStringType.GetMethod( 'StartsWith' , System.Array[System.Type]([str, System.StringComparison])) reader = ILReader(method) v = CalleeFinderNoDup(

Koders Code Search: StringComparison.cs - C#

System.StringComparison enumeration // // Author: // Sebastien Pouliot // // Copyright (C) 2005 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of ...

Feedback: Add Extension Methods to System.String

public static int Compare(this string strA, string strB, System.StringComparison comparisonType); public static int Compare(this string strA, string strB, bool ignoreCase ...

.NET Framework Class Browser

Quickstart Class Browser ... Class System.StringComparison

Mono Documentation

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

StringComparison Enumeration (System)

Note: This enumeration is new in the .NET Framework version 2.0. Specifies the ... Previous Versions .NET Framework 2.0 Class Library Reference System StringComparison Enumeration

StringComparison Enumeration (System)

Specifies the culture, case, and sort rules to be used by certain overloads of the String) and Object) methods.

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