Learn R Programming

gethr (version 0.1.0)

hex_to_dec: Hexadecimal to decimal conversion.

Description

hex_to_dec returns the value in decimal.

Usage

hex_to_dec(hex)

Arguments

hex

Data - Value in hexadecimal.

Value

Integer - Value in decimal.

See Also

Other utils functions: dec_to_hex, get_network_id, get_post, get_rpc_address, hex_to_text, is.wholenumber, process_block, process_log, process_receipt, process_transaction, set_network_id, set_rpc_address, text_to_hex

Examples

Run this code
# NOT RUN {
hex_to_dec('0x28')
hex_to_dec('0xd9190')

# }

Run the code above in your browser using DataLab