UnicodeFilter.Contains(Int32) 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 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.