Skip to main content



Conversion Functions

Perform datatype conversions.

Conversion FunctionDescription
ToBoolThe ToBool function converts an expression to a boolean value.
ToDateThe ToDate function converts an expression to a Date value.
ToDateTimeThe ToDateTime function converts an expression to a DateTime value.
ToInnerXmlReturns the inner xml (does not include the outer element) for an Entity or Entity Field.
ToIntThe ToInt function converts an expression to an integer value.
ToJsonReturns the JSON for an Entity or Entity Field.
ToListReturns a list object from a collection.
ToNumberThe ToNumber function converts an expression to a numeric value.
ToStringThe ToString function converts an expression to a string value.
ToTimeThe ToTime function returns a time based on source parameters. The date portion is 1/2/0001.
ToXmlReturns the xml for an Entity or Entity Field.