Software AG Products 10.11 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of Conversion Functions | toString()
 
toString()
Returns a string object representing the value of this boolean. If this object represents the value true, a string equal to true is returned. Otherwise, a string equal to false is returned.
Input Parameters
None.
Return Value
String A string representation of the value of this object.