Collator.Instance Property

Definition

Gets the Collator for the current default locale.

public static Java.Text.Collator? Instance { [Android.Runtime.Register("getInstance", "()Ljava/text/Collator;", "")] get; }
[<get: Android.Runtime.Register("getInstance", "()Ljava/text/Collator;", "")>]
member this.Instance : Java.Text.Collator

Property Value

Collator

the Collator for the default locale.(for example, en_US)

Attributes

Remarks

Java documentation for java.text.Collator.getInstance().

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