Learn R Programming

ISO11784Tools (version 1.2.0)

decimal_to_hexadecimal: Decimal to Hexadecimal converter

Description

Decimal to Hexadecimal converter

Usage

decimal_to_hexadecimal(dec)

Value

A single hexadecimal number as a string

Arguments

dec

A single decimal number as a string

Examples

Run this code
decimal_to_hexadecimal('1234')

Run the code above in your browser using DataLab