Class CharsetDecode

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.string.CharsetDecode

@BoxBIF @BoxMember(type=STRING, name="CharsetDecode") public class CharsetDecode extends BIF
  • Constructor Details

    • CharsetDecode

      public CharsetDecode()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Encodes a string to a binary representation
      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