标签:null string pre rem white code empty ring bsp
IsNullOrEmpty:非空非NULL判断
IsNullOrWhiteSpace:非空非NULL非空格判断
后者优于前者
if (!string.IsNullOrWhiteSpace(valueEmpty)){
//
}
C# IsNullOrEmpty与IsNullOrWhiteSpace
标签:null string pre rem white code empty ring bsp
原文地址:https://www.cnblogs.com/jishugaochao/p/10335389.html