H
hvj
Hi,
I have a situation that I have a nullable type that can be a int?,
double? or any other nullable type. How can I get the contained value
of the nullable without knowing its type.
I read that in the .NET2.0 beta2 there used to be a INullable
interface that could be used for this, but that interface was
skipped.
Thanks,
Henk
I have a situation that I have a nullable type that can be a int?,
double? or any other nullable type. How can I get the contained value
of the nullable without knowing its type.
I read that in the .NET2.0 beta2 there used to be a INullable
interface that could be used for this, but that interface was
skipped.
Thanks,
Henk