add to category |
No edit summary |
||
Line 31: | Line 31: | ||
File:ProtoFlux_Example_Box|an example using a mix of Boxes and casts for a format string node. | File:ProtoFlux_Example_Box|an example using a mix of Boxes and casts for a format string node. | ||
</gallery> | </gallery> | ||
== See Also == | |||
* [https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/types/boxing-and-unboxing Microsoft documentation on C# boxing and unboxing] | |||
[[Category:ProtoFlux:Core]] | [[Category:ProtoFlux:Core]] |
Revision as of 02:40, 18 April 2025
Box
Core
Allows converting a input instance of a ValueType to a Object representation.
Inputs
Box (Generic)
The value to box into an object
Outputs
* (Object)
The resulting Object that contains Box (Generic)'s output.
Examples
-
an example using a mix of Boxes and casts for a format string node.