Method NullOrEmpty NullOrEmpty(string?) Returns true if the specified value is null or an empty string; otherwise false. Declaration public static bool NullOrEmpty(string? value) Parameters Type Name Description string value Returns Type Description bool