Microsoft Forum
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment