Hello -
I am storing 2 values in a DataTable. Even though I specify the data type in the datatable, the values are stored as ‘Objects’.
Does anyone know how to convert an Object to a Dictionary<String,String> and Dictionary<String,String>?
When I try to assign the values to their respective variables/arguments (of types Dictionary<String,String> and Dictionary<String,String>) I get an error indicating an object cannot be converted to a Dictionary<String,String> or Dictionary<String,String>.
Thanks in advance.
Regards,
symilawr