Skip to content

Instantly share code, notes, and snippets.

@rarous
Created November 8, 2012 09:33
Show Gist options
  • Select an option

  • Save rarous/4037766 to your computer and use it in GitHub Desktop.

Select an option

Save rarous/4037766 to your computer and use it in GitHub Desktop.
string elementName = table.SelectNodes("tr/td")[0].InnerText;
if (elementName.Trim() == string.Empty)
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment