Method Digit
Digit(Char, Int32)
Convenience method to determine the value of the specified character
c
in the supplied radix. The value of radix
must be
between MIN_RADIX and MAX_RADIX.
Declaration
public static int Digit(char c, int radix)
Parameters
Type | Name | Description |
---|---|---|
System.Char | c | The character to determine the value of. |
System.Int32 | radix | The radix. |
Returns
Type | Description |
---|---|
System.Int32 | The value of |