Change Dictionary type from <of String, String> to <of String, Object>

Hi,

Can you try the following expression?

dictStrObj = dictStrStr.ToDictionary(Function(x) x.key, Function(x) CType(x.Value,object))

Regards,

3 Likes