CodePlexProject Hosting for Open Source Software
An unexpected error has occured.
There is an unsaved comment in progress. You will lose your changes if you continue. Are you sure you want to reopen the work item?
Voted
No files are attached
slide_o_mix wrote Jun 16, 2012 at 9:38 PM
{ try { int? d = GetInfo(unichr).Numeric_Value_Digit; if(d.HasValue) { return d.Value; } else { if(@default.HasValue) return @default.Value; else throw new Exception(); } } catch(KeyNotFoundException) { if(@default.HasValue) return @default.Value; else throw new Exception(); } }
slide_o_mix wrote Jun 20, 2012 at 2:36 PM
Sign in to add a comment or to set email notifications
Keyboard shortcuts are available for this page.