I unboxed two nullable object
(i.e. object?
) to decimal
and performed some arithmetic on the operands returning a result...
(Throwing exceptions if not possible)
How do I box the result back to object?
?
I unboxed two nullable object
(i.e. object?
) to decimal
and performed some arithmetic on the operands returning a result...
(Throwing exceptions if not possible)
How do I box the result back to object?
?