nullable modifier ...when actually can be helpful? Posted on: 08/12/2006 18:35:35




I came across in a book I was reading, since we can't assign a null/nothing value to a value type variable,
we can use nullable modifier to assign a null value.

My question is, in the real world, how can this C# 2.0 feature be helpful???

any one has used this ??

thanks
regards
nath