Returns the octal string representation of a number.
Syntax
toOctalString( number )
number.toOctalString( )
Parameters
|
number
|
the number to convert.
|
Returns
|
string
|
the octal string representation of the specified number.
|
Example
s = toOctalValue( 10 )
|