net core checking if string is null or blank code example Example: c# check if string is empty if (string.IsNullOrEmpty(myString)) { // }