摘要: 调用 string dd = RegexMatch("123.2%,", "([0-9.]+)"); 函数 string RegexMatch(string input, string pattern) { Match match = Regex.Match(input, pattern); if 阅读全文
posted @ 2022-04-23 15:15 普天2022 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 调用 DataGridView1.BindSortCompare() 公共类 public static void BindSortCompare(this DataGridView dg) { dg.SortCompare += (s, e) => { double value1, value2; 阅读全文
posted @ 2022-04-23 14:24 普天2022 阅读(152) 评论(0) 推荐(0) 编辑