Cast¶
Description¶
Converts Value to number or string
Input/Output¶
Value : value <= Source
New data type : value <= Option (number/string)
Output : value
Usage¶
- Connect a source to the operator
- Drag a value from the source tree and drop it into input field Value
- Select New data type
- Click on OK
Example¶
String = "12"
New data type = "Number"
Output = 12