Java.Lang.Character.Digit Method
Convenience method to determine the value of the character codePoint in the supplied radix.

Syntax

[Android.Runtime.Register("digit", "(II)I", "")]
public static int Digit (int codePoint, int radix)

Parameters

codePoint
the character, including supplementary characters.
radix
the radix.

Returns

Documentation for this section has not yet been entered.

Remarks

Convenience method to determine the value of the character codePoint in the supplied radix. The value of radix must be between MIN_RADIX and MAX_RADIX.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1