CaseMap.OmitUnchangedText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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;", "GetOmitUnchangedTextHandler", ApiSince=29)]
public abstract Android.Icu.Text.CaseMap? OmitUnchangedText ();
[<Android.Runtime.Register("omitUnchangedText", "()Landroid/icu/text/CaseMap;", "GetOmitUnchangedTextHandler", ApiSince=29)>]
abstract member 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
.
Java documentation for android.icu.text.CaseMap.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.