Argument | Required/ Optional | Description |
---|---|---|
value | Required | String datatype. Value you want to convert from one base to another base. Maximum is 9,233,372,036,854,775,806. |
source_base | Required | Numeric datatype. Current base value of the data you want to convert. Minimum base is 2. Maximum base is 36. |
dest_base | Required | Numeric datatype. Base value you want to convert the data to. Minimum base is 2. Maximum base is 36. |