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

public class ConvertToNumber extends ConvertToNumericBase
Conversion function that is able to convert any numeric data type to a number.
Since:
8.3.7
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • ConvertToNumber

      public ConvertToNumber(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