. Some people say that String IsNullOrEmpty has a BUG, I don't believe no BUG and ask how to write?
He said that with the IF write bug-free
If xx isnot nothing andalso xx. Length & lt;> 0
And then I look at the String. IsNullOrEmpty source is confused, how BUG?
CodePudding user response:
You want to express the trim this meaning?
You can try IsNullOrWhiteSpace
Words trim the many great things ah, have you never been trim??
CodePudding user response:
String. IsNullOrEmpty itself should not BUG, it should be his terms there are Spaces, is: "";
Don't know if this reason
CodePudding user response: