I'm kind of new with C#. I was just wondering if there's a way to run code stored on a string var, for example:
string var = (int num = num1 * num2).ToString();
I read in another question it's called something like macro sustitutions ("macro sustitución" in spanish), so I want to know if any of you knows a way to do this. Thanks!