TechTalk Genome v4.2

NullableString.IsEmpty Property

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

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.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableString Class | TechTalk.Genome.NullableTypes Namespace