Language

CaseMap.Fold.OmitUnchangedText Method

Definition

Returns an instance that behaves like this one but omits unchanged text when case-mapping with Edits.

[Android.Runtime.Register("omitUnchangedText", "()Landroid/icu/text/CaseMap$Fold;", "", ApiSince=29)]
public override Android.Icu.Text.CaseMap? OmitUnchangedText();
[<Android.Runtime.Register("omitUnchangedText", "()Landroid/icu/text/CaseMap$Fold;", "", ApiSince=29)>]
override this.OmitUnchangedText : unit -> Android.Icu.Text.CaseMap

Returns

an options object with this option.

Attributes

Remarks

Returns an instance that behaves like this one but omits unchanged text when case-mapping with Edits.

Android reference for android.icu.text.CaseMap.Fold.omitUnchangedText.

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