Compartilhar via


RuleBasedCollator.Rules Property

Definition

Gets the collation tailoring rules for this RuleBasedCollator.

public string? Rules { [Android.Runtime.Register("getRules", "()Ljava/lang/String;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getRules", "()Ljava/lang/String;", "", ApiSince=24)>]
member this.Rules : string

Property Value

the collation tailoring rules

Attributes

Remarks

Gets the collation tailoring rules for this RuleBasedCollator. Equivalent to String getRules(false).

On Android, the returned string will be empty unless this instance was constructed using #RuleBasedCollator(String).

Java documentation for android.icu.text.RuleBasedCollator.getRules().

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