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