Variant To Data
- Updated2023-02-17
- 2 minute(s) read
Variant To Data
Converts variant data to the data type that you specify so that you can display or process the data.
Inputs/Outputs

type
The data type of the data stored in variant. You can wire any data type to this input.

variant
The variant data you want to convert to the data type that you specify in type.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

data
The variant data changed to the data type specified by type. If variant could not be converted to the data type specified, this returns the default value for the data type.

error out
Error information.
The node produces this output according to standard error behavior.