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

Int32

this Collator's current strength property.

Attributes

Exceptions

if the provided strength value is not valid.

if the provided strength value is not valid.

if the provided strength value is not valid.

if the provided strength value is not valid.

if the provided strength value is not valid.

if the provided strength value is not valid.

Remarks

Property getter documentation:

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

Property setter documentation:

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