Method IsNullOrEmpty
IsNullOrEmpty(Word)
Indicates whether the specified word is null or an Empty word.
public static bool IsNullOrEmpty(Word word)
Parameters
wordWordThe word to test.
Returns
- bool
true if the value parameter is null or an empty word; otherwise, false