Partager via


UnicodeFilter.Contains(Int32) Method

Definition

Returns true for characters that are in the selected subset.

[Android.Runtime.Register("contains", "(I)Z", "GetContains_IHandler", ApiSince=24)]
public abstract bool Contains (int c);
[<Android.Runtime.Register("contains", "(I)Z", "GetContains_IHandler", ApiSince=24)>]
abstract member Contains : int -> bool

Parameters

c
Int32

Returns

Attributes

Remarks

Returns true for characters that are in the selected subset. In other words, if a character is <b>to be filtered</b>, then contains() returns <b>false</b>.

Java documentation for android.icu.text.UnicodeFilter.contains(int).

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