powered by
Convert a number from hexidecimal to decimal notation.
hex2dec(h)
#' Character string with hexadecimal representation of a number
The input converted from hexadecimal to decimal notation.
Nothing important to say here.
dec2hex()
# NOT RUN { hex2dec("14D") hex2dec("14D") == 333 hex2dec(0:30) # }
Run the code above in your browser using DataLab