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