Collator.Strength Property

Definition

Returns this Collator's strength property. -or- Sets this Collator's strength property.

public virtual int Strength { [Android.Runtime.Register("getStrength", "()I", "GetGetStrengthHandler")] get; [Android.Runtime.Register("setStrength", "(I)V", "GetSetStrength_IHandler")] set; }
[<get: Android.Runtime.Register("getStrength", "()I", "GetGetStrengthHandler")>]
[<set: Android.Runtime.Register("setStrength", "(I)V", "GetSetStrength_IHandler")>]
member this.Strength : int with get, set

Property Value

this Collator's current strength property.

Attributes

Exceptions

if the provided strength value is not valid.

Remarks

Property getter documentation:

Returns this Collator's strength property. The strength property determines the minimum level of difference considered significant during comparison. See the Collator class description for an example of use.

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

Property setter documentation:

Sets this Collator's strength property. The strength property determines the minimum level of difference considered significant during comparison. See the Collator class description for an example of use.

Java documentation for java.text.Collator.setStrength(int).

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