Learn R Programming

gethr (version 0.1.0)

text_to_hex: String to hexadecimal conversion.

Description

text_to_hex returns the hexadecimal.

Usage

text_to_hex(text)

Arguments

text

String - Value in plain text.

Value

Data - Value in hexadecimal.

See Also

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

Examples

Run this code
# NOT RUN {
text_to_hex('hello world')

# }

Run the code above in your browser using DataLab