Sprache

Normalizer.CompareIgnoreCase Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Icu.Text.NormalizerCompareOptions enum directly instead of this field.

Option bit for compare: Perform case-insensitive comparison.

[Android.Runtime.Register("COMPARE_IGNORE_CASE", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.NormalizerCompareOptions enum directly instead of this field.", true)]
public const Android.Icu.Text.NormalizerCompareOptions CompareIgnoreCase = 65536;
[<Android.Runtime.Register("COMPARE_IGNORE_CASE", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.NormalizerCompareOptions enum directly instead of this field.", true)>]
val mutable CompareIgnoreCase : Android.Icu.Text.NormalizerCompareOptions

Feldwert

Value = 65536
Attribute

Hinweise

Option bit for compare: Perform case-insensitive comparison.

Java Dokumentation für android.icu.text.Normalizer.COMPARE_IGNORE_CASE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: