[Solved] What does this “!string” mean?


! means not. IsNullOrWhiteSpace is a static method of String which returns a boolean value, so the code is returning whether both ‘Code’ and ‘State’ have a value.

solved What does this “!string” mean?