摘要:
string a="DB1.5.0"; string[] sArray = a.Split(new string [] { "DB",".","."}, StringSplitOptions.RemoveEmptyEntries); 输出结果: sArray[0]=1 sArray[1]=5 sAr 阅读全文
posted @ 2020-11-25 17:11
bky_Leo29
阅读(405)
评论(0)
推荐(0)
摘要:
示例:DataRow[] myDataRow = DT.Select(“ A = ' B ' ”) ; //返回DataRow[]数据 DT:所要查询的DataTable数据 A:列名 B:A列中所要查询的信息 注: 1、注意单引号的使用 2、B中有特殊字符的用反斜杠号 “\” 转义 3、示例中的空 阅读全文
posted @ 2020-11-25 16:49
bky_Leo29
阅读(131)
评论(0)
推荐(0)

浙公网安备 33010602011771号