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.
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.