G
Guest
Hi,
Which one of these below two is a better way to find out if the string is of
zero length?
string.Length == 0
or
string.Length < 0
Alwin S.
Which one of these below two is a better way to find out if the string is of
zero length?
string.Length == 0
or
string.Length < 0
Alwin S.