Class IsCurrency

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.i18n.IsCurrency

@BoxBIF @BoxBIF(alias="LSIsCurrency") public class IsCurrency extends BIF
  • Constructor Details

    • IsCurrency

      public IsCurrency()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Determines whether a value can be parsed to numeric in the given or default locale
      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