Round a value on DataColumn

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
is there a way to round a value on a DataColumn using the Expression method? Any ideas?
I need to do this!!!

Thanks in advance
 
What you can do is use the System.Math.Round function instead of the Expression

Greetings
Agus
 
Back
Top