UCharacter.ToChars Method

Definition

Overloads

ToChars(Int32)
ToChars(Int32, Char[], Int32)

ToChars(Int32)

[Android.Runtime.Register("toChars", "(I)[C", "", ApiSince=24)]
public static char[]? ToChars (int cp);
[<Android.Runtime.Register("toChars", "(I)[C", "", ApiSince=24)>]
static member ToChars : int -> char[]

Parameters

cp
Int32

Returns

Char[]
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

ToChars(Int32, Char[], Int32)

[Android.Runtime.Register("toChars", "(I[CI)I", "", ApiSince=24)]
public static int ToChars (int cp, char[]? dst, int dstIndex);
[<Android.Runtime.Register("toChars", "(I[CI)I", "", ApiSince=24)>]
static member ToChars : int * char[] * int -> int

Parameters

cp
Int32
dst
Char[]
dstIndex
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