hexadecimal_to_decimal {ISO11784Tools}R Documentation

Hexadecimal to Decimal converter

Description

Hexadecimal to Decimal converter

Usage

hexadecimal_to_decimal(hex)

Arguments

hex

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

Value

A single decimal number as a string

Examples

hexadecimal_to_decimal('ABC123')

[Package ISO11784Tools version 1.1.4 Index]