csharp string is not null or empty

Code Example - csharp string is not null or empty

                
                        bool empty = String.IsNullOrEmpty(str);