SyntaxFix
Write A Post
Hire A Developer
Questions
object MyObject = null;
if (MyObject != null && !string.IsNullOrEmpty(MyObject.ToString())) { ... }