文件名称:winform正则验证所有控件
文件大小:53KB
文件格式:RAR
更新时间:2016-02-16 08:11:11
winform 正则 验证
在load事件中调用 SetControlValitors(Control controlToValidate,params IValidator[] validators)即可! 减轻验证所有控件的工作量,方便维护。
【文件预览】:
regex
----regex.sln(857B)
----regex.suo(27KB)
----regex()
--------bin()
--------Form1.Designer.cs(4KB)
--------Program.cs(488B)
--------obj()
--------IValidator.cs(753B)
--------LengthValidator.cs(2KB)
--------Form1.cs(1KB)
--------RegexValidator.cs(830B)
--------FormValidator.cs(4KB)
--------Form1.resx(6KB)
--------regex.csproj(4KB)
--------RequiredFieldValidator.cs(2KB)
--------Properties()