R
Rene
According to the documentation, the int (Int32) type inherits the
Iconvertible interface. This interface has a bunch of methods such as
ToDecimal, ToDouble etc. The thing is that I don't seem to be able to see
any of this methods, even if I make a direct cast in the int. What am I
missing?
Thanks.
Iconvertible interface. This interface has a bunch of methods such as
ToDecimal, ToDouble etc. The thing is that I don't seem to be able to see
any of this methods, even if I make a direct cast in the int. What am I
missing?
Thanks.