XML how to check if node is returning null?

Posted by every_answer_gets_a_point on Stack Overflow See other posts from Stack Overflow or by every_answer_gets_a_point
Published on 2010-04-15T04:36:53Z Indexed on 2010/04/15 4:43 UTC
Read the original article Hit count: 195

Filed under:
|

i have this code in c#

doc.SelectSingleNode("WhoisRecord/registrant/email").InnerText

how can i check whether it is returning null?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about c#