.net - Where is the Conversion Namespace in Windows Store Apps -
i trying write first windows store app
, using code old project. developing on windows 8.1 pro machine visual studio 2013 express.
i have no idea people calling version of .net i'm targeting , therefore, cannot google questions efficiently. don't know version of .net i'm targeting. not wpf select it.
my old code references ctypedynamic
in microsoft.visualbasic.conversion
namespace.
where find function ctypedynamic
did?
if understand ctypedynamic system.convert.changetype(object, type) looks equivalent , available in .net windows runtime apps
Comments
Post a Comment