hexadecimal_to_decimal: Hexadecimal to Decimal converter

View source: R/base_converters.R

hexadecimal_to_decimalR 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')

ISO11784Tools documentation built on March 7, 2023, 8:04 p.m.