decimal value in Odata getting converted to exponential format

Viewed 30

I have a C# Odata feed which reads value from SQL table. Table has a Decimal column with values like 0.0000005. C# class also has decimal field but Odata output shows like "5E-07". Is there any way to stop small decimal value to getting converted into exponential value.

0 Answers
Related