ConvertToBoolean |
Conversion function that is able to convert any data to a boolean.
|
ConvertToCurrency |
Conversion function that is able to convert any numeric data type to a currency.
|
ConvertToDate |
This function converts a a date value.
|
ConvertToDateTime |
This function converts to a datetime.
|
ConvertToInteger |
Conversion function that is able to convert various data types to an integer.
|
ConvertToList |
This function converts a single value or list to a list.
|
ConvertToNumber |
Conversion function that is able to convert any numeric data type to a number.
|
ConvertToNumericBase |
Base class to convert values to a numeric value
|
ConvertToPercentage |
Conversion function that is able to convert any numeric data type to a percentage.
|
ConvertToText |
This class implements the expression function 'text' which accepts any type combined with an optional pattern and
locale, and which will result in a formatted string.
|