UCharacter.GetCodePoint 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
GetCodePoint(Char) | |
GetCodePoint(Char, Char) | |
GetCodePoint(Int32, Int32) |
GetCodePoint(Char)
[Android.Runtime.Register("getCodePoint", "(C)I", "", ApiSince=24)]
public static int GetCodePoint (char char16);
[<Android.Runtime.Register("getCodePoint", "(C)I", "", ApiSince=24)>]
static member GetCodePoint : char -> int
Parameters
- char16
- 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
GetCodePoint(Char, Char)
[Android.Runtime.Register("getCodePoint", "(CC)I", "", ApiSince=24)]
public static int GetCodePoint (char lead, char trail);
[<Android.Runtime.Register("getCodePoint", "(CC)I", "", ApiSince=24)>]
static member GetCodePoint : char * char -> int
Parameters
- lead
- Char
- trail
- 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
GetCodePoint(Int32, Int32)
[Android.Runtime.Register("getCodePoint", "(II)I", "", ApiSince=33)]
public static int GetCodePoint (int lead, int trail);
[<Android.Runtime.Register("getCodePoint", "(II)I", "", ApiSince=33)>]
static member GetCodePoint : int * int -> int
Parameters
- lead
- Int32
- trail
- Int32
Returns
- Attributes