Decimal to Hex

Convert a decimal number to its hexadecimal string representation.

Code

Utilities
num.to_s(16)

Parameters

Decimal number to convert.

Server

More Ruby Snippets