Groups | Blog | Home
all groups > asp.net > april 2006 >

asp.net : how to convert string to money(sql db)


joe
4/27/2006 9:27:01 PM
clickon
4/28/2006 12:54:01 AM
There is no currency data type in .net but you can put a double into a
cuirrency field in SQL. Use the Convert class as below:

Convert.ToDouble("123.54");

Just make sure you remove any currency symbols like $ or £

[quoted text, click to view]

AddThis Social Bookmark Button