Partager via


UCharacter.ForDigit(Int32, Int32) Method

Definition

Provide the java.

[Android.Runtime.Register("forDigit", "(II)C", "", ApiSince=24)]
public static char ForDigit (int digit, int radix);
[<Android.Runtime.Register("forDigit", "(II)C", "", ApiSince=24)>]
static member ForDigit : int * int -> char

Parameters

digit
Int32
radix
Int32

Returns

Attributes

Remarks

Provide the java.lang.Character forDigit API, for convenience.

Java documentation for android.icu.lang.UCharacter.forDigit(int, int).

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