S
Steffan A. Cline
When using this as indicated and trying to set it to accept multiple
formats, it bombs out with the error:
Overload resolution failed because no accessible 'TryParse' accepts this
number of arguments
The code looks like this:
ok = Decimal.TryParse(tbIll.Text, _
NumberStyles.AllowCurrencySymbol,
NumberStyles.AllowDecimalPoint, NumberStyles.Currency, temp)
Any ideas? I did in fact place the required: Imports System.Globalization at
the top too.
Thanks
Steffan
formats, it bombs out with the error:
Overload resolution failed because no accessible 'TryParse' accepts this
number of arguments
The code looks like this:
ok = Decimal.TryParse(tbIll.Text, _
NumberStyles.AllowCurrencySymbol,
NumberStyles.AllowDecimalPoint, NumberStyles.Currency, temp)
Any ideas? I did in fact place the required: Imports System.Globalization at
the top too.
Thanks
Steffan