How to get the value of a class member variable from its name as a string
Advertisements Is there anyway to do this? Its like i have a class public class TestClass { public static string myString= "123"; } I want to some how get the value 123 from myString. If i know the name myString and put it into a textbox1 then annother textbox2 shows me the value 123. Tried… Read More How to get the value of a class member variable from its name as a string