Eval string expression

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

How can i eval a string expression like

String abc = ??"dt.Rows.Columns["key1"].ToString() +
dt.Rows.Columns["key2"].ToString()"

Thanks
Wilson
 
What detail??? did you click the link? Do you know how google works? Do you
expect someone to answer something that has been answered countless times
before again just for you?

Wilson said:
Any detail ??

Thanks
Wilson

Lebesgue said:
This has been asked and answered at least million of times.
http://www.google.com/search?hl=en&q=evaluate+expression+c#

Wilson said:
Hello,

How can i eval a string expression like

String abc = ??"dt.Rows.Columns["key1"].ToString() +
dt.Rows.Columns["key2"].ToString()"

Thanks
Wilson

 
Yes you are right if i can find the solution. But i cann't. So i ask this
simple question again.

how can I eval this string ?
"dt.Rows.Columns["key1"].ToString() +
dt.Rows.Columns["key2"].ToString()"

Sorry to bother you.

Thanks
Wilson

Lebesgue said:
What detail??? did you click the link? Do you know how google works? Do you
expect someone to answer something that has been answered countless times
before again just for you?

Wilson said:
Any detail ??

Thanks
Wilson

Lebesgue said:
This has been asked and answered at least million of times.
http://www.google.com/search?hl=en&q=evaluate+expression+c#

Hello,

How can i eval a string expression like

String abc = ??"dt.Rows.Columns["key1"].ToString() +
dt.Rows.Columns["key2"].ToString()"

Thanks
Wilson

 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top