public static Convert ( string number, int fromBase, int toBase ) : string | ||
number | string | String representation of the number to be converted |
fromBase | int | The current base of the number |
toBase | int | The desired base to convert to |
Результат | string |