UCharacter.CodePointAt Method

Definition

Overloads

CodePointAt(ICharSequence, Int32)
CodePointAt(Char[], Int32)
CodePointAt(String, Int32)
CodePointAt(Char[], Int32, Int32)

CodePointAt(ICharSequence, Int32)

[Android.Runtime.Register("codePointAt", "(Ljava/lang/CharSequence;I)I", "", ApiSince=24)]
public static int CodePointAt (Java.Lang.ICharSequence? seq, int index);
[<Android.Runtime.Register("codePointAt", "(Ljava/lang/CharSequence;I)I", "", ApiSince=24)>]
static member CodePointAt : Java.Lang.ICharSequence * int -> int

Parameters

index
Int32

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

CodePointAt(Char[], Int32)

[Android.Runtime.Register("codePointAt", "([CI)I", "", ApiSince=24)]
public static int CodePointAt (char[]? text, int index);
[<Android.Runtime.Register("codePointAt", "([CI)I", "", ApiSince=24)>]
static member CodePointAt : char[] * int -> int

Parameters

text
Char[]
index
Int32

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

CodePointAt(String, Int32)

public static int CodePointAt (string? seq, int index);
static member CodePointAt : string * int -> int

Parameters

seq
String
index
Int32

Returns

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

CodePointAt(Char[], Int32, Int32)

[Android.Runtime.Register("codePointAt", "([CII)I", "", ApiSince=24)]
public static int CodePointAt (char[]? text, int index, int limit);
[<Android.Runtime.Register("codePointAt", "([CII)I", "", ApiSince=24)>]
static member CodePointAt : char[] * int * int -> int

Parameters

text
Char[]
index
Int32
limit
Int32

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