/encodeHexStrToDec

Encode a string to decimal then convert it back using Number#toString(radix).

Primary LanguageJavaScript