Tag: Nullable Type
How to find if the value is null for a Nullable Type in c# ?
The Nullable type in C# provides the property HasValue which can be used to find if the value is null . Below is a sample sourecode snippet demonstrating How to find if the value is null for a Nullable Type in c# ? How to find if the value is null for a Nullable Type in c# ?