Java.Text.Collator.Strength Property
Returns the strength value for this collator.

Syntax

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

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the provided strength value is not valid.
Java.Lang.IllegalArgumentExceptionif the provided strength value is not valid.
Java.Lang.IllegalArgumentExceptionif the provided strength value is not valid.
Java.Lang.IllegalArgumentExceptionif the provided strength value is not valid.
Java.Lang.IllegalArgumentExceptionif the provided strength value is not valid.

Remarks

Get method documentation [Android Documentation]

Returns the strength value for this collator.

Set method documentation [Android Documentation]

Sets the strength value for this collator.

Requirements

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