Box
Core
The Box<T> node takes in a value type and converts it to an object.
Inputs
Box (Generic)
The value to box into an object.
Outputs
* (Object)
The converted value as an object.
The Box<T> node takes in a value type and converts it to an object.
The value to box into an object.
The converted value as an object.