N
nobody
If I have a String with a formatted numeric value in it (might be
"$1,234.56", or "12.5%", etc...), how can I convert that to a Decimal? I
tried Convert.ToDecimal(...) and that had a panic-attack over the
formatting.
"$1,234.56", or "12.5%", etc...), how can I convert that to a Decimal? I
tried Convert.ToDecimal(...) and that had a panic-attack over the
formatting.