Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
> operator vs. datarow column of System.Decimal type?
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00855035
Message ID:
00855250
Views:
15
>FWIW, casting to (int) gives me a runtime error -- "Specified cast is not valid"-- even though the object is not null.
>
>If I try to cast (int)dsQuery["mycol"].ToString() (not your suggestion, just something I tried), I get a compile error about not being able to cast from string to int -- which is why I think I ended up doing the Int32.Parse(Column.ToString()) earlier.
>
>>The other way is to cast the object to an int
>>
>>(int)dsQuery["SalesMin"] > 0
>>
>>
>>You will run into problems if you are trying to cast a null object though.
>>
>>Morgan
Opps, Sorry wasn't paying attention to closely. Try casting to a (decimal) instead, but be careful of the null error still.

Morgan
Previous
Reply
Map
View

Click here to load this message in the networking platform