Difference between revisions of "Template:Dec2hex"
Jump to navigation
Jump to search
imported>Cedar101 (add category) |
|||
| Line 4: | Line 4: | ||
| from=10 | | from=10 | ||
| default={{{default|0}}} | | default={{{default|0}}} | ||
| − | }}<noinclude>{{documentation}}</noinclude> | + | }}<noinclude>{{documentation}}[[Category:Numerical conversion templates]] |
| + | </noinclude> | ||
Latest revision as of 00:37, 31 July 2020
0x0
Usage
Works for all values in the range 0–4294967295.
- {{dec2hex|0}} → 0x0
- {{dec2hex|160}} → 0xA0
- {{dec2hex|1984}} → 0x7C0
- {{dec2hex|65535}} → 0xFFFF
- {{dec2hex|8675309}} → 0x845FED
- {{dec2hex|123456789}} → 0x75BCD15
- {{dec2hex|3735928559}} → 0xDEADBEEF
- {{dec2hex|4294967295}} → 0xFFFFFFFF
- digits
- Specify how many digits are show [2,8]. Example: {{dec2hex|65535|digits=8}} → 0xFFFF
See also
{{Hexadecimal}}
| The above documentation is transcluded from Template:Dec2hex/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |