S
shapper
Hello,
I need to check if a string is empty.
Should I use:
String.IsNullOrEmpty(MyString) or MyString Is Nothing?
What is the difference?
Thanks,
Miguel
I need to check if a string is empty.
Should I use:
String.IsNullOrEmpty(MyString) or MyString Is Nothing?
What is the difference?
Thanks,
Miguel