Dynamic expression
C#
5
Posts
3
Posters
0
Views
1
Watching
-
Reflection.
-
Reflection.
-
I'm not able to understand your exact problem. But what I have understood from your msg is that you want the object to be made from string variable. If that is the case, I suppose boxing is the solution for you. e.g. object obj = (object)abc; Pls excuse if I have misunderstood, Krunal C
-
I'm not able to understand your exact problem. But what I have understood from your msg is that you want the object to be made from string variable. If that is the case, I suppose boxing is the solution for you. e.g. object obj = (object)abc; Pls excuse if I have misunderstood, Krunal C