i am retriving value from sql server database like
select cast(round(12345674.8658,2,0) as decimal(20,2))
output is 12345674.87but i want to get like 12,345,674.87any function is there?do that in your code. Or cast to Money not decimal.
No comments:
Post a Comment