Perhaps you should be
Testing strings for Null or Empty is best done using:
if (string.IsNullOrEmpty(testString))
{
}
|
2 | added 25 characters in body | ||
|
Perhaps you should be Testing strings for Null or Empty is best done using:
|
||||
|
1 |
|
||
|
Perhaps you should be using:
|
||||