Causes the system to treat the specified expression as the designated data type.
For example, CAST(P("CreditLimit") AS STRING)
would cause the system to treat the value of the property "CreditLimit"
as a string, rather than as a number.
Can vary
CAST( expr AS DATATYPE )
where: