之前在弄乙個東西的,有一大堆的巨集,需要把它轉換成其它的形式。遇到這種大批量的東西,我特別沒有耐心去乙個乙個的弄,於是寫了一段**。
sorteddictionary enummap = new sorteddictionary();string filename = "
tmp.txt";
file.writealltext(filename, tbsource.text, encoding.default);
string items =file.readalllines(filename, encoding.default);
regex reg = new regex(@"
#define\s+(\s+)\s+(\d+)");
foreach(string item in
items)
else
}string result = ""
;foreach(var item in
enummap)
= ,\n
", item.value, item.key);
}tbtarget.text = result;
時間按指定格式轉換
推薦閱讀 一。把秒數轉換成 00 00 00 大於一天顯示 1天2時local function second2dhms second if second 0 then return0,0,0,0 end local d math.floor second 86400 second second d...
時間按指定格式轉換
推薦閱讀 一。把秒數轉換成 00 00 00 大於一天顯示 1天2時local function second2dhms second if second 0 then return 0,0,0,0 endlocal d math.floor second 86400 second second d...
object 轉換成指定List
專案中遇到乙個蛋疼問題 資料庫取回來的資料集是乙個object資料 items 而我這邊我是明明白白知道這個object中存的是乙個list資料集 原本我是想這麼幹的 listtempbglist list items.tolist 想看能不能直接強制轉成我需要的list資料。結果是不支援的 因為o...