IsNullOrEmpty:非空非NULL判断
IsNullOrWhiteSpace:非空非NULL非空格判断
后者优于前者
if (!string.IsNullOrWhiteSpace(valueEmpty)){ //}