Create ObjectCast |
m YoshBot moved page ProtoFlux:Object Cast to ProtoFlux:ObjectCast: Automated: removing spaces from ProtoFlux namespace |
||
| (One intermediate revision by one other user not shown) | |||
| 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]] | ||
Latest revision as of 00:28, 21 August 2025
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