UCharacter.ToCodePoint Method

Definition

Overloads

ToCodePoint(Char, Char)
ToCodePoint(Int32, Int32)

ToCodePoint(Char, Char)

[Android.Runtime.Register("toCodePoint", "(CC)I", "", ApiSince=24)]
public static int ToCodePoint (char high, char low);
[<Android.Runtime.Register("toCodePoint", "(CC)I", "", ApiSince=24)>]
static member ToCodePoint : char * char -> int

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

ToCodePoint(Int32, Int32)

[Android.Runtime.Register("toCodePoint", "(II)I", "", ApiSince=33)]
public static int ToCodePoint (int high, int low);
[<Android.Runtime.Register("toCodePoint", "(II)I", "", ApiSince=33)>]
static member ToCodePoint : int * int -> int

Parameters

high
Int32
low
Int32

Returns

Attributes

Applies to