NullableTypes Class Library

NullableString.IsEmpty Property

Indicates whether or not the value of the NullableString structure is Empty.

[Visual Basic]
Public ReadOnly Property IsEmpty As Boolean
[C#]
public bool IsEmpty {get;}

Property Value

true if the NullableString structure is Empty, otherwise false.

Exceptions

Exception TypeCondition
NullableNullValueException This instance is set to Null.

See Also

NullableString Class | NullableTypes Namespace