-
Notifications
You must be signed in to change notification settings - Fork 2
Data type converter
ryannewington edited this page Jun 23, 2016
·
1 revision
This transform coerces values from one data type to another. While UMARE supports implicit data type conversion, this transform can be used perform explicit conversion.
Parameter | Description |
---|---|
Return type | Specifies data type to convert to |
The transform accepts any data type as an input.
The transform accepts multiple input values, and processes each of them individually.
The transform returns the input values in the specified return type. If an illegal conversion is attempted, then an error is returned.