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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top