UCharacter.Digit Method

Definition

Overloads

Digit(Int32)
Digit(Int32, Int32)

Digit(Int32)

[Android.Runtime.Register("digit", "(I)I", "", ApiSince=24)]
public static int Digit (int ch);
[<Android.Runtime.Register("digit", "(I)I", "", ApiSince=24)>]
static member Digit : int -> int

Parameters

ch
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

Digit(Int32, Int32)

[Android.Runtime.Register("digit", "(II)I", "", ApiSince=24)]
public static int Digit (int ch, int radix);
[<Android.Runtime.Register("digit", "(II)I", "", ApiSince=24)>]
static member Digit : int * int -> int

Parameters

ch
Int32
radix
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