String.CaseInsensitiveOrder Property

Definition

A Comparator that orders String objects as by compareToIgnoreCase.

[Android.Runtime.Register("CASE_INSENSITIVE_ORDER")]
public static Java.Util.IComparator? CaseInsensitiveOrder { get; }
[<Android.Runtime.Register("CASE_INSENSITIVE_ORDER")>]
member this.CaseInsensitiveOrder : Java.Util.IComparator

Property Value

IComparator
Attributes

Remarks

Java documentation for java.lang.String.CASE_INSENSITIVE_ORDER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to