C# tip: String.IsNullOrEmpty or String.IsNullOrWhiteSpace? - Code4IT
code4it.dev · Jul 07, 2021
code4it.dev · Jul 07, 2021
Is your string really empty, or has it hidden characters? With String.IsNullOrEmpty and String.IsNullOrWhiteSpace you can find it