Class BooleanFormat

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.format.BooleanFormat

@BoxBIF @BoxMember(type=NUMERIC) @BoxMember(type=STRING) public class BooleanFormat extends BIF
  • Constructor Details

    • BooleanFormat

      public BooleanFormat()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Returns the value formatted as a boolean string
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation