Method | Description | |
---|---|---|
DecimalToArbitrarySystem ( long decimalNumber, int radix ) : string |
Converts the given decimal number to the numeral system with the specified radix (in the range [2, 36]).
|
|
GetGuid ( ) : string |
public static DecimalToArbitrarySystem ( long decimalNumber, int radix ) : string | ||
decimalNumber | long | The number to convert. |
radix | int | The radix of the destination numeral system (in the range [2, 36]). |
return | string |