Number.toBinaryString()

Signature

String toBinaryString (int i)

Domain

ACTION, CONDITION, QUERY

Description

Return a String containing the binary representation of the int passed.

Parameters

NameTypeDescription
iintAn int to convert to a binary String.

Returns

TypeDescription
StringA String containing the binary representation of the int passed.

Cautions

none