The following conversion expression functions are supported.
NullValue
Evaluates two given expressions and returns the first one if it does not evaluate to NULL, the second otherwise.
ToDate
Converts a string with date/time information to a date.
ToDouble
Converts a numeric or string expression to a double.
ToFloat
Converts a numeric or string expression to a float.
ToInt32
Converts a numeric or string expression to an int32.
ToInt64
Converts a numeric or string expression to an int64.
ToString
Converts a numeric or date expression to a string.
Submit feedback about this site to: