使用 ADB 命令
          使用 Expression Trees 把 List 轉成 CSV 字串 
        
        .Net 如何解析 XML 資料
宣告 XML 資料
XML 格式字串如下
| 1 | string doc = @"<properties> | 
使用 XDocument 解析 XML
讀取資料並解析
| 1 | // XML 字串轉 XDocument | 
XML 格式字串如下
| 1 | string doc = @"<properties> | 
| 1 | // XML 字串轉 XDocument |