Windows Forms
Visual C++
SharePoint Products
VS Team System
Microsoft ISV
Visual C#
.NET Development
Visual Basic
Windows Vista
Visual FoxPro
Visual Studio
Smart Devicet
SQL Server
Audio and Video
IE Development
Software Development Network>> .NET Development>> string to money
string to money
Hot Topic
How I can use COM-port if its uses by another process ?
Hashtable insert failed. Load factor too high - NET 2.0 bug ?
Domain Login keeps popping up
Web Service Invoking via HTTP POST
cpu usage
Default Directory For Common Dialog
ADO.NET Problems
Possible operations on image using C#
Thread.CurrentPrincipal -v- HttpContext.Current.User
Xml reference is Nothing in Framework 2
.NET Development
GAC temp and tmp
Ultra-fast deserialization/serialization
Whats up with the EventLog class?
.NET componant from COM componant
Help with TripleDES and RC2 cryptography.
DataReader problem (My final straw)
Folder Files & Size
Code Access Security
Timer doesn't seem to last forever
incorrect path
string to money
plz send me how we type cast string to sqlMoney.
Answer this question
string to money
mohsen bolhassani
Basically you need to convert it to number. Money is just different representation of numeric value. You could use Convert.ToDecimaul(Mystring) for it.
string to money
Answer this question
string to money
mohsen bolhassani