Code Quiz: That Empty Feeling
Which would you use to test if a string is blank? And why?
1. x.Equals(string.Empty)
2. x = ""
3. x.Length = 0
4. x = string.Empty
5. string.Empty.Equals(x)
Next →
← Previous
My book "Choose Your First Product" is available now.
It gives you 4 easy steps to find and validate a humble product idea.