IsNull
This property indicates whether or not the current instance has a null value.
Declaration
// C# public bool IsNull {get;}
Property Value
A bool
value that returns true
if the current instance has a null value; otherwise, returns false
.