danielwertheim

danielwertheim


notes from a passionate developer

Sections


Tags


Disclaimer

This is a personal blog. The opinions expressed here represent my own and not those of my employer, nor current or previous. All content is published "as is", without warranty of any kind and I don't take any responsibility and can't be liable for any claims, damages or other liabilities that might be caused by the content.

WinRT

IConvertible in WinRT/NetFX/Metro

I have a small piece of code that tests if a variable implements IConvertible by using x is IConvertible. I have three different projects running the same code. One for .Net4.0, one for .Net4.5 (both working fine) and one for WinRT/NetFX/Metro which of course doesn’t work. Inspecting e.g Int32 in t…

Daniel Wertheim Daniel Wertheim