i've been told that the System.Text.RegularExpressions is where you can do a comparison of a string against a format. does anyone know how to actually do the compairison?
what i want to do is make a user control that'll validate what's in the textbox, it'll work very similar to a masked edit box (but i dont want a mask) what i want it to be is like a web validator control built into a windows textbox. i've got it doing everything except comaparing the string against an "Expression"
what i want to do is make a user control that'll validate what's in the textbox, it'll work very similar to a masked edit box (but i dont want a mask) what i want it to be is like a web validator control built into a windows textbox. i've got it doing everything except comaparing the string against an "Expression"