ASP.NET C# SQL Server Money format

floydlavender

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 \[code\]1,00$\[/code\] to be 100 but in the SQL Server database it's \[code\]1,0000\[/code\] and when I use the price formatstring \[code\]{0:c}\[/code\] so how do I convert it to 100?
 
Back
Top