Create ObjectCast |
Add related |
||
| Line 16: | Line 16: | ||
== See Also == | == See Also == | ||
* [[ProtoFlux:Value Cast]] | * [[ProtoFlux:Value Cast]] for a value version | ||
* [[Component:ReferenceCast]] for a component version | |||
[[Category:ProtoFlux:Core:Casts]] | [[Category:ProtoFlux:Core:Casts]] | ||
Revision as of 02:17, 13 November 2024
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