Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
UltraNumericEditor and .Value
posted

I have a NumericEditor on a windows form. In the value change event, I'm trying to check to see if they entered a valid value.  Everything works fine unless they enter nothing. When I try and cast the numEditor.Value as an int, it throws an exception. When looking at the .Value in debug mode it shows { }. It does not evaluate to null or empty string (""). Any ideas what this { } value resolves to?