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 April 4, 2025, 12:32 a.m.