TIBCO BusinessEvents™
Standard
Number
Number
.
toBinaryString()
Signature
String toBinaryString (int i)
Domain
ACTION, CONDITION, QUERY
Description
Return a String containing the binary representation of the int passed.
Parameters
Name
Type
Description
i
int
An int to convert to a binary String.
Returns
Type
Description
String
A String containing the binary representation of the int passed.
Cautions
none