string toTest = "Hello World!"; bool containsResult = toTest.Contains(string.Empty); // containsResult = true