I am getting a problem when fetching double value from using linq and converting it into string. My code is:-\[code\] Percentage = card.Percentage.ToString()\[/code\]I have tried this also:-\[code\] Percentage=Math.Truncate(card.Percentage).ToString()\[/code\]and when i pass "N2" in ToString it gives exception "Method 'System.String ToString(System.String)' has no supported translation to SQL."and the value i got after conversion is like this:- 5.200000000000000e+001is there anybody to help me..