NullableTypes Class Library | |
NullableByte.IsNull Property
Indicates whether or not the value of the NullableByte
structure is null.
[Visual Basic]NotOverridable Public ReadOnly Property IsNull As
Boolean Implements _
INullable.IsNull
[C#]public
bool IsNull {get;}
Property Value
true if the NullableByte structure is null, otherwise
false.
Implements
INullable.IsNull
See Also
NullableByte Class | NullableTypes Namespace