Answers for "c# best way to check if multiple strings are empty"

C#
0

check if multiple variables are null c#

if((string1 ?? string2 ?? string3 ?? string4 ?? string5 ?? string6) == null){ ;}
Posted by: Guest on April-03-2020

Code answers related to "c# best way to check if multiple strings are empty"

C# Answers by Framework

Browse Popular Code Answers by Language