how to check if a string is empty c sharp code example Example: c# check if string is empty if (string.IsNullOrEmpty(myString)) { // }