Class FormatBaseN

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.math.FormatBaseN

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

    • FormatBaseN

      public FormatBaseN()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Converts a number to a string representation in the specified base.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      A string representation of the number in the specified base.