Conversion Functions
Perform datatype conversions.
| Conversion Function | Description |
|---|---|
| ToBool | The ToBool function converts an expression to a boolean value. |
| ToDate | The ToDate function converts an expression to a Date value. |
| ToDateTime | The ToDateTime function converts an expression to a DateTime value. |
| ToInnerXml | Returns the inner xml (does not include the outer element) for an Entity or Entity Field. |
| ToInt | The ToInt function converts an expression to an integer value. |
| ToJson | Returns the JSON for an Entity or Entity Field. |
| ToList | Returns a list object from a collection. |
| ToNumber | The ToNumber function converts an expression to a numeric value. |
| ToString | The ToString function converts an expression to a string value. |
| ToTime | The ToTime function returns a time based on source parameters. The date portion is 1/2/0001. |
| ToXml | Returns the xml for an Entity or Entity Field. |