how to test for an empty string in c# code example Example: c# check if string is empty if (string.IsNullOrEmpty(myString)) { // }