Decimal to Binary

Convert a decimal number to its binary string representation.

Code

Utilities
num.to_s(2)

Parameters

Decimal number to convert.

Server

More Ruby Snippets