Number.toOctalString()

Signature

String toOctalString (int i)

Domain

ACTION, CONDITION, QUERY

Description

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

Parameters

NameTypeDescription
iintAn int to convert to an octal String.

Returns

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

Cautions

none