首页 相关文章 从XML中读取数据到内存的实例

从XML中读取数据到内存的实例

  public clsSimuResultByOneGoods GetOneGoodsSimulationXML(string PathAndFileName)
   {
   clsSimuResultByOneGoods OneGoods = new clsSimuResultByOneGoods();//自己定义的一个类
   Hashtable AllLocationResult = new Hashtable();
   System.Xml.XmlTextReader r = new XmlTextReader(PathAndFileName);
   string LocationID = "";
   DataTable LocationTable = null;
   while(r.Read())
   {
   if(r.NodeType == XmlNodeType.Element)
   ...[ 查看全文 ]

2016-02-19 标签:

从XML中读取数据到内存的实例的相关文章

手机页面
收藏网站 回到头部