Design-Time Validation for positive integers

  • Thread starter Thread starter Nathan Sokalski
  • Start date Start date
N

Nathan Sokalski

I have several properties in my custom control that I only want to allow
positive values for. Because the unsigned integral types (such as UInteger,
UShort, etc.) are not CLS compliant, it gives an error when run. Is there a
way to validate that only positive values were entered if I use the signed
types? Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top