NullableTypes Class Library | |
NullableDateTime.IsNull Property
Gets the Null status of this instance. True if the instance
is Null, false otherwise.
[Visual Basic]NotOverridable Public ReadOnly Property IsNull As
Boolean Implements _
INullable.IsNull
[C#]public
bool IsNull {get;}
Property Value
true if the value of this structure is Null,
otherwise false.
Implements
INullable.IsNull
See Also
NullableDateTime Class | NullableTypes Namespace