6
Hello, I have a question regarding some "snippets" of a program I am using to "study", the question is, what is the meaning of "!" inside an if before a string, I saw some topics on the site explaining, but I don’t understand how it works in the program I have...
if (Connect._state == HostStatus.ONLINEALERT && !string.IsNullOrEmpty(Connect._message))
The code above is one of the "excerpts" that I do not understand, I thank from now on to those who help me...