java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.decision.IsBinary

@BoxBIF public class IsBinary extends BIF
  • Constructor Details

    • IsBinary

      public IsBinary()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Determines whether a value is stored as binary data.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope defining the value to test.
      Returns:
      The result of the invocation