HTML Visual replaced by image due to wiki limitations

The Object Cast casts any Object type into any other object type.
Inputs
Input (Pseudo-generic)
The object to cast.
* (Pseudo-generic)
The object casted to the resulting type. If the cast can not be done, the resulting object will be null. The exact specifications for what types will be correctly cast to what other types is described by Microsoft's documentation for type-testing operators and cast expressions, since this node is simply a wrapper around the as keyword.
See Also
- ProtoFlux:Value Cast for a value version
- Component:ReferenceCast for a component version