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