コード例 #1
0
 public static string SelectSingleInnerText(this System.Xml.XmlNode node, string xpath)
 {
     return(node.SelectSingleInnerText(xpath, null));
 }