G
Guest
Decimal.Parse(money_str, NumberStyles.AllowCurrencySymbol) fails when
money_str = "$22,000.00" (or any currency type string expression created with:
money_str = String.Format( "{0:C}", my_Decimal_variable ); A Format
Exception is thrown and states that the argument was in an incorrect format.
What is the problem?
..NET 1.1
VS2003
C#
Win2k SP4
money_str = "$22,000.00" (or any currency type string expression created with:
money_str = String.Format( "{0:C}", my_Decimal_variable ); A Format
Exception is thrown and states that the argument was in an incorrect format.
What is the problem?
..NET 1.1
VS2003
C#
Win2k SP4