F
Férnas
Hello all,
I'm using a GridView to display some db data.
on field has the number 23.89 ... I'd like to show only "23" in the
DataGridView, without the decimals... If I use {0:N0} in the
DataFormatString, it returns "24".. I need to round it floor.
How could I do this??
Many thanks...
I'm using a GridView to display some db data.
on field has the number 23.89 ... I'd like to show only "23" in the
DataGridView, without the decimals... If I use {0:N0} in the
DataFormatString, it returns "24".. I need to round it floor.
How could I do this??
Many thanks...