c# - How to Convert Value into 2 decimal in expression column of data table -
c# - How to Convert Value into 2 decimal in expression column of data table -
i want convert value 2 decimal part in look column of datatable.
e.g. value = 23.2546876
i want = 23.25
please help me....
i found solution ....
there no function convert value 2 decimal might seek using next expression: convert(x * 100, 'system.int32')/100
c# datatable expression
Comments
Post a Comment