UCharacter.IsHighSurrogate Method

Definition

Overloads

IsHighSurrogate(Char)
IsHighSurrogate(Int32)

IsHighSurrogate(Char)

[Android.Runtime.Register("isHighSurrogate", "(C)Z", "", ApiSince=24)]
public static bool IsHighSurrogate (char ch);
[<Android.Runtime.Register("isHighSurrogate", "(C)Z", "", ApiSince=24)>]
static member IsHighSurrogate : char -> bool

Parameters

ch
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

IsHighSurrogate(Int32)

[Android.Runtime.Register("isHighSurrogate", "(I)Z", "", ApiSince=33)]
public static bool IsHighSurrogate (int codePoint);
[<Android.Runtime.Register("isHighSurrogate", "(I)Z", "", ApiSince=33)>]
static member IsHighSurrogate : int -> bool

Parameters

codePoint
Int32

Returns

Attributes

Applies to