TIBCO BusinessEvents™
Standard
Number
Number
.
toOctalString()
Signature
String toOctalString (int i)
Domain
action, condition, query
Description
Return a String containing the octal representation of the int passed.
Parameters
Name
Type
Description
i
int
An int to convert to an octal String.
Returns
Type
Description
String
A String containing the octal representation of the int passed.
Cautions
none