<br><br><div class="gmail_quote">On Mon, Feb 27, 2012 at 9:20 AM, Jeff Hardy <span dir="ltr">&lt;<a href="mailto:jdhardy@gmail.com">jdhardy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

&lt;snip&gt; ...<br> I added conversions from System.Decimal to decimal.Decimal in<br>
2.7.2, but I didn&#39;t think about implicit conversions of other types.<br>
I&#39;m thinking now that anything that&#39;s either a System.Decimal or<br>
implicitly convertible to System.Decimal should be accepted.<br>
<div class="HOEnZb"><div class="h5"><br>
- Jeff<br></div></div></blockquote><div> </div></div>Thank you, Jeff!   I&#39;ll go remove the workaround from my source code (actually move it to an exception handler). <br>[For those who don&#39;t know -- Jeff has just fixed a work item I originally reported in 2008.  Somebody by him a beer!]<br>

<br>I would agree that implicit conversions should also be included in the fix.  Any data which is &quot;decimalish&quot; should be handled as a decimal to avoid the necessity for the programmer to specify back-and-forth conversions.<br>

--<br>Vernon Cole<br><br>