Skip to content

Data type converter

ryannewington edited this page Jun 23, 2016 · 1 revision

Data type converter

Summary

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.

Parameters

Parameter Description
Return type Specifies data type to convert to

Input Type

The transform accepts any data type as an input.

Multiple input values

The transform accepts multiple input values, and processes each of them individually.

Return Type

The transform returns the input values in the specified return type. If an illegal conversion is attempted, then an error is returned.