Java.Text.RuleBasedCollator.Rules Property
Returns the collation rules of this collator.

Syntax

[get: Android.Runtime.Register("getRules", "()Ljava/lang/String;", "GetGetRulesHandler")]
public virtual string Rules { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the collation rules of this collator. These rules can be fed into the RuleBasedCollator(String) constructor.

The returned string will be empty unless you constructed the instance yourself. The string forms of the collation rules are omitted to save space on the device.

[Android Documentation]

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1