Hi Frank,
"Giant Food" - Lol, that's a good 'un!
You'd have to have a few overloads for your SaveValue. But you are
thinking, I imagine, of other situations where you haven't the option of
coding in that way, eg assignments.
Implicit type casting is not available in VB.NET as yet. Nor is operator
overloading where you can add an Integer and a NullableInt. You have the
option of waiting for the version that includes it.
From
http://msdn.microsoft.com/vstudio/pr...o/roadmap.aspx
<quote> Visual Basic Whidbey ...
Finally, for the more advanced Visual Basic developer, language enhancements
include support for operator overloading, unsigned data types, inline
XML-based code documentation, and partial types. In addition, developers using
Visual Basic will have access to a type-safe, high-performance, compile
time-verified version of generics that promote code reuse across a variety of
data types.
</quote>
... or using a <real> language like C# (lol)
Regards,
Fergus