الگو:Hex2dec/توضیحات

از پژوهشکده امر به معروف
پرش به: ناوبری، جستجو

Usage

Works for all values in the range 0x000xFFFFFFFF.

The template also accepts lowercase and padded hexadecimals with or without the prefix "0x":

Technical details

This template works in conjunction with the following subtemplates:

  • {{Hex2dec/main}}: does the actual multiplication and addition to create a decimal number.
  • {{Hex2dec/1}}: returns the length of the hexadecimal string.
  • {{Hex2dec/2}}: converts individual hexadecimal characters into their decimal equivalent.

See also