Hex to Decimal

Convert a hexadecimal string to decimal.

Code

Utilities
hex.to_i(16)

Parameters

Hex string to convert.

Server

More Ruby Snippets