Nullable Type in C#.Net 2.0GUGuest User16yPublished Jun 24, 2010, 12:00 AMUpdated Jun 24, 2010, 9:03 AM4.8k00Reactions×25BlogBasically we cannot assign null to any value type.But it is possible using nullable type ,a new feature of C#.Net 2.0.Here is the code below....int ?num=null;//nullable typeCommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.