మూస:Dec2hex/doc
Jump to navigation
Jump to search
This is a documentation subpage for మూస:Dec2hex. It may contain usage information, categories and other content that is not part of the original మూస page. |
Usage
[మార్చు]Works for all values in the range 0–4294967295.
- {{dec2hex|0}} → 016
- {{dec2hex|160}} → A016
- {{dec2hex|1984}} → 7C016
- {{dec2hex|65535}} → FFFF16
- {{dec2hex|8675309}} → 845FED16
- {{dec2hex|123456789}} → 75BCD1516
- {{dec2hex|3735928559}} → DEADBEEF16
- {{dec2hex|4294967295}} → FFFFFFFF16
- digits
- Specify how many digits are show [2,8]. Example: {{dec2hex|65535|digits=8}} → FFFF16