java.lang.Object
com.aquima.interactions.expressions.functions.convert.ConvertToNumericBase
com.aquima.interactions.expressions.functions.convert.ConvertToCurrency
All Implemented Interfaces:
IFunction, Serializable

public class ConvertToCurrency extends ConvertToNumericBase
Conversion function that is able to convert any numeric data type to a currency.
Since:
7.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • ConvertToCurrency

      public ConvertToCurrency(DataType fromType)
      Constructs the function with the type of the argument.
      Parameters:
      fromType - The type of the argument that needs to be converted.
  • Method Details