Actions

Template

Difference between revisions of "Hex2Dec"

From Sonic Retro

(Created page with "{{{1|}}}<noinclude>Category:Sonic Retro templates</noinclude>")
 
(WIP)
Line 1: Line 1:
{{{1|}}}<noinclude>[[Category:Sonic Retro templates]]</noinclude>
+
{{{1|}}}<noinclude>
 +
Hexidecimal to decimal convertor.
 +
 
 +
*0 -> {{Hex2Dec|0}}
 +
*1 -> {{Hex2Dec|1}}
 +
*A -> {{Hex2Dec|A}}
 +
*10 -> {{Hex2Dec|10}}
 +
*1A -> {{Hex2Dec|1A}}
 +
*BADBADBAD -> {{Hex2Dec|BADBADBAD}}
 +
 
 +
[[Category:Sonic Retro templates]]</noinclude>

Revision as of 08:39, 8 January 2021

Hexidecimal to decimal convertor.

  • 0 ->
    0
  • 1 ->
    1
  • A ->
    10
  • 10 ->
    16
  • 1A ->
    26
  • BADBADBAD ->
    50159344557