/ Published in: C#
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
double val = Convert.ToDouble(Double.Parse("$123,456.98", System.Globalization.NumberStyles.Currency)); // val = 123456.98