c# - Time validation in TextBox. Validating a textbox for some regular expression -


I have to create a textbox (WPF) to enter time with verification, for one time (6:12) I want to enter regular expression verification.

Check this: handling verification errors in control

Or you can see your Voododal So that Validation is embedded for your data itself.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -