Java.Text.Collator.Decomposition Property
Returns the decomposition rule for this collator.

Syntax

[get: Android.Runtime.Register("getDecomposition", "()I", "GetGetDecompositionHandler")]
[set: Android.Runtime.Register("setDecomposition", "(I)V", "GetSetDecomposition_IHandler")]
public virtual int Decomposition { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the provided decomposition rule is not valid. This includes FULL_DECOMPOSITION.
Java.Lang.IllegalArgumentExceptionif the provided decomposition rule is not valid. This includes FULL_DECOMPOSITION.
Java.Lang.IllegalArgumentExceptionif the provided decomposition rule is not valid. This includes FULL_DECOMPOSITION.
Java.Lang.IllegalArgumentExceptionif the provided decomposition rule is not valid. This includes FULL_DECOMPOSITION.
Java.Lang.IllegalArgumentExceptionif the provided decomposition rule is not valid. This includes FULL_DECOMPOSITION.

Remarks

Get method documentation [Android Documentation]

Returns the decomposition rule for this collator.

Set method documentation [Android Documentation]

Sets the decomposition rule 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