ASP.NET c# SQL Money format

vitasarm

New Member
I have a issue I'm developing a webshop but when I have to post the data on to the Payment Gateway I need to money to be like 1,00$ to be 100 but in the MSSQl DB its 1,0000 and when I use the price formatstring {0:c} so how do i convert it to 100?
 
Back
Top