Saturday, December 28, 2013

c# how to check if the string is empty?

You should be able to use the String.IsNullOrEmpty method like this:

if(String.IsNullOrEmpty(st)){





Wasabi Fan



No comments:

Post a Comment