I have a CSV file that I am filling into a dataset and displaying in a datagridview in C#. This is working fine except a have a field that has a value of 185.215.5518 that is displayed only as 185.215. It thinks this is a decimal field. I want it to be displayed just as it is. How can I do that?
Start Free Trial