AutoPatrol, Bureaucrats, Administrators
481
edits
m |
m (Text replacement - "^" to "{{deprecated}}") |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | {{deprecated}}__NOTOC__ | ||
Returns the hexidecimal value of a decimal. | Returns the hexidecimal value of a decimal. | ||
Line 10: | Line 10: | ||
== Parameters == | == Parameters == | ||
{| class="wikitable" | |||
|- | |- | ||
| ''number'' || Number to convert to hexadecimal value. | | ''number'' || Number to convert to hexadecimal value. | ||
Line 25: | Line 25: | ||
== Examples == | == Examples == | ||
d2x(15) -> "F" | |||
d2x(15,4) -> "000F" | d2x(15,4) -> "000F" |