5
Answers

Difference between !string.isnullorempty and "" && null

Hi Friends,
What is the difference between !string.isnullorempty and varname!="" and varname!=null.
 
Which one is good and how? 

Answers (5)