J
John A Grandy
could someone please discuss the pros and cons of
CType(MyDouble,Decimal)
versus
Convert.ToDecimal(MyDouble)
.... and other such conversions ...
CType(MyDouble,Decimal)
versus
Convert.ToDecimal(MyDouble)
.... and other such conversions ...