UCharacter.IsSurrogatePair 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.
Overloads
IsSurrogatePair(Char, Char) | |
IsSurrogatePair(Int32, Int32) |
IsSurrogatePair(Char, Char)
[Android.Runtime.Register("isSurrogatePair", "(CC)Z", "", ApiSince=24)]
public static bool IsSurrogatePair (char high, char low);
[<Android.Runtime.Register("isSurrogatePair", "(CC)Z", "", ApiSince=24)>]
static member IsSurrogatePair : char * char -> bool
Parameters
- high
- Char
- low
- Char
Returns
- Attributes
Remarks
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
IsSurrogatePair(Int32, Int32)
[Android.Runtime.Register("isSurrogatePair", "(II)Z", "", ApiSince=33)]
public static bool IsSurrogatePair (int high, int low);
[<Android.Runtime.Register("isSurrogatePair", "(II)Z", "", ApiSince=33)>]
static member IsSurrogatePair : int * int -> bool
Parameters
- high
- Int32
- low
- Int32
Returns
- Attributes