decimal_to_hexadecimal {ISO11784Tools} | R Documentation |
Decimal to Hexadecimal converter
Description
Decimal to Hexadecimal converter
Usage
decimal_to_hexadecimal(dec)
Arguments
dec |
A single decimal number as a string |
Value
A single hexadecimal number as a string
Examples
decimal_to_hexadecimal('1234')
[Package ISO11784Tools version 1.1.4 Index]