📅  最后修改于: 2022-03-11 14:49:00.440000             🧑  作者: Mango
if(string.IsNullOrWhiteSpace(stringToCheck) == true){
//do thing if empty, whitespace, or null
}else{
//do thing if contains value
}