How do I return the first string variable that isn't null or emtpy
- by RandomBen
If I have 5 String variables and between 0 and 5 of them are null or empty is there an easy/short way of returning the first one that is not null or empty? I am using .NET 3.5