Learn R Programming

ISO11784Tools (version 1.2.0)

hexadecimal_to_decimal: Hexadecimal to Decimal converter

Description

Hexadecimal to Decimal converter

Usage

hexadecimal_to_decimal(hex)

Value

A single decimal number as a string

Arguments

hex

A single hexadecimal number as a string. Max '40000000000000'

Examples

Run this code
hexadecimal_to_decimal('ABC123')

Run the code above in your browser using DataLab