Error: FormatException was unhandled by user code in Linq how to solve?

Posted by programmerist on Stack Overflow See other posts from Stack Overflow or by programmerist
Published on 2010-04-07T14:28:18Z Indexed on 2010/04/07 14:33 UTC
Read the original article Hit count: 338

alt text

Look please below this codes throw me : FormatException was unhandled by user code

Codes:

 satis.KDV = Decimal.Parse((from o in genSatisctx.Urun where o.ID == UrunID select o.Kdv).ToString());

How can i rewrite linq query?

© Stack Overflow or respective owner

Related posts about c#3.0

Related posts about ASP.NET