¡@

Home 

c# Programming Glossary: shouldallow

Best way to limit textbox decimal input in c#

http://stackoverflow.com/questions/3125463/best-way-to-limit-textbox-decimal-input-in-c-sharp

_allowedKeys textBox object iK _invalidKeys textBox bool shouldAllow false if filter is set to all return true unconditionally if.. text if EnumHasFlag pF Filters.Text if char.IsDigit c shouldAllow true else if the character is a digit check for the number.. flag AlphaNumerics if EnumHasFlag pF Filters.Numbers shouldAllow true check for nubers if shouldAllow false EnumHasFlag pF..