Normalizer.CompareIgnoreCase フィールド

定義

注意事項

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

比較のオプション ビット: 大文字と小文字を区別しない比較を実行します。

[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

フィールド値

Value = 65536
属性

注釈

比較のオプション ビット: 大文字と小文字を区別しない比較を実行します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象