UCharacter.IsSupplementaryCodePoint(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.
Same as Character#isSupplementaryCodePoint
.
[Android.Runtime.Register("isSupplementaryCodePoint", "(I)Z", "", ApiSince=24)]
public static bool IsSupplementaryCodePoint (int cp);
[<Android.Runtime.Register("isSupplementaryCodePoint", "(I)Z", "", ApiSince=24)>]
static member IsSupplementaryCodePoint : int -> bool
Parameters
- cp
- Int32
the code point to check
Returns
true if cp is a supplementary code point
- Attributes
Remarks
Same as Character#isSupplementaryCodePoint
.
Java documentation for android.icu.lang.UCharacter.isSupplementaryCodePoint(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.