http://bugzilla.novell.com/show_bug.cgi?id=571334
http://bugzilla.novell.com/show_bug.cgi?id=571334#c3 --- Comment #3 from Juan Cardona <[email protected]> 2010-01-16 13:21:01 UTC --- Update: I tried a workaround, using a regular expression... but it returns null. string str = txtDiceNum.Text.Trim(); Match r = new Regex(@"^[\+\-]?\d*\.?[Ee]?[\+\-]?\d*$", RegexOptions.IgnorePatternWhitespace).Match(str); -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
