NullableTypes Class Library

INullable.IsNull Property

Indicates whether a NullableTypes structure is Null.

[Visual Basic]
Property IsNull As Boolean
[C#]
bool IsNull {get;}

Property Value

true if the value of this structure is Null, otherwise false.

See Also

INullable Interface | NullableTypes Namespace