473,386 Members | 1,644 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

hello, last eval method in c#???

hello,
I am with problems to convert one string into object,
I want a function type the Eval of before. can help me?

Nov 15 '05 #1
8 1574
A string is already an object.. What are you trying to do - specifically?

"Microsoft" <br*****@terra.com.br> wrote in message
news:eb**************@tk2msftngp13.phx.gbl...
hello,
I am with problems to convert one string into object,
I want a function type the Eval of before. can help me?

Nov 15 '05 #2
hello,
I have a TextBox that they will count the value of a name of an object,
I want to catch this value and to convert into the object,
understood because necessary of the old eval?

"Frank Drebin" <no*****@imsickofspam.com> escreveu na mensagem
news:7n**********************@newssvr28.news.prodi gy.com...
A string is already an object.. What are you trying to do - specifically?

"Microsoft" <br*****@terra.com.br> wrote in message
news:eb**************@tk2msftngp13.phx.gbl...
hello,
I am with problems to convert one string into object,
I want a function type the Eval of before. can help me?


Nov 15 '05 #3
He wants to do a Javascript-style eval() in
C#.

brunoip: What do you mean by "catch this value
and convert into the object"?

Do you have a textbox with a variable name and
you want to find that variable name in the code
behind the form or something?

Please be more specific, we're having a hard
idea understanding what you want.

-c

"Microsoft" <br*****@terra.com.br> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
hello,
I have a TextBox that they will count the value of a name of an object, I want to catch this value and to convert into the object,
understood because necessary of the old eval?

"Frank Drebin" <no*****@imsickofspam.com> escreveu na mensagem
news:7n**********************@newssvr28.news.prodi gy.com...
A string is already an object.. What are you trying to do - specifically?
"Microsoft" <br*****@terra.com.br> wrote in message
news:eb**************@tk2msftngp13.phx.gbl...
hello,
I am with problems to convert one string into object,
I want a function type the Eval of before. can help me?



Nov 15 '05 #4
hello,
i not got it copy source files,
you can send me?
br*****@terra.com.br
'[] WiRaN
"Fergus Cooney" <wo****@tesco.net> escreveu na mensagem
news:Oh**************@TK2MSFTNGP09.phx.gbl...
Hi NoName,

This gut has wrriten a class which may be just what you want. The
site is in German but don't worry. Just hit the download button and
get the goodies. The class library is written in English.

http://www.codeproject.com/csharp/runtime_eval.asp

Regards,
Fergus

Nov 15 '05 #5
hi,
what are aplication in my case?
what use?
"Fergus Cooney" <wo****@tesco.net> escreveu na mensagem
news:Oh**************@TK2MSFTNGP09.phx.gbl...
Hi NoName,

This gut has wrriten a class which may be just what you want. The
site is in German but don't worry. Just hit the download button and
get the goodies. The class library is written in English.

http://www.codeproject.com/csharp/runtime_eval.asp

Regards,
Fergus

Nov 15 '05 #6
Do you even know what you are asking for? You asked very vaguely for help..
people responded, now you are asking for people to send you the files.. and
you don't even bother to look to see if this will do what you want!!!
"'[] WiRaN" <br*****@terra.com.br> wrote in message
news:eh**************@TK2MSFTNGP09.phx.gbl...
hi,
what are aplication in my case?
what use?
"Fergus Cooney" <wo****@tesco.net> escreveu na mensagem
news:Oh**************@TK2MSFTNGP09.phx.gbl...
Hi NoName,

This gut has wrriten a class which may be just what you want. The
site is in German but don't worry. Just hit the download button and
get the goodies. The class library is written in English.

http://www.codeproject.com/csharp/runtime_eval.asp

Regards,
Fergus


Nov 15 '05 #7
Hi Bruno,

Your English is a great challenge to understand!! I've sent you
the MathLib class libraries. I guess that you're not sure what to do
with them.

You said:

|| hi,
|| what are aplication in my case?
|| what use?

I'm thinking that you meant:

|| hi,
|| How do I apply these libraries in my case?
|| How do I use them?

Is this correct?

I'm finishing now and I'll be back tomorrow. Take some time to
look at the code, and/or work out as clearly as possible what you want
to say. Try and get some help with your English. We are quite prepared
to help you, but we need to know what you require. Don't give up.

Best wishes,
Fergus
Nov 15 '05 #8
sorry.


"Frank Drebin" <no*****@imsickofspam.com> escreveu na mensagem
news:tH**********************@newssvr28.news.prodi gy.com...
Do you even know what you are asking for? You asked very vaguely for help.. people responded, now you are asking for people to send you the files.. and you don't even bother to look to see if this will do what you want!!!
"'[] WiRaN" <br*****@terra.com.br> wrote in message
news:eh**************@TK2MSFTNGP09.phx.gbl...
hi,
what are aplication in my case?
what use?
"Fergus Cooney" <wo****@tesco.net> escreveu na mensagem
news:Oh**************@TK2MSFTNGP09.phx.gbl...
Hi NoName,

This gut has wrriten a class which may be just what you want. The
site is in German but don't worry. Just hit the download button and
get the goodies. The class library is written in English.

http://www.codeproject.com/csharp/runtime_eval.asp

Regards,
Fergus



Nov 15 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Mad Scientist Jr | last post by:
Is there a native .NET equivalent of the Microsoft Script Control, particularly the Eval method? See here: http://www.devx.com/vb2themax/Tip/18773 It works great - it even compares string...
7
by: Reply Via Newsgroup | last post by:
This might sound sad... someone requesting a disertation on the 'eval' statement... but... I've been reading someone else's post - they had a huge calander like script and a handful of folk cursed...
1
by: J.B. | last post by:
Hi all. I'm rather new to C#, (just learning ;-) and i'm making my own 'helper' library, in wich i want to have an eval(statement) function. Anyone know how to make this / help me out on where...
4
by: Will | last post by:
in javascript or the like, when you wish to evaluate a string you use eval() for instance if you had five text boxes named textbox1, textbox2, etc. you would write something like: for...
5
by: bg | last post by:
Hi! How do I check if "date" exists before using that code? I've built a RSSreader and sometimes there's a date in it and sometimes not. How can I check if it exists to avoid crash...
3
by: Eric Newton | last post by:
Given databinding an array of System.Version types: Given that "SomeObject" type has a Version property: public class SomeObject { public Version Version { get; } public string Description {...
2
by: Oleg Ogurok | last post by:
Hi all, I have a DatePicker ASP.NET control that allows users to enter date (e.g. a calendar control). The control has the following property public DateTime Value { get; set; } I've placed...
3
by: Kevin Blount | last post by:
I'm putting a radG:GridTemplateColumn together (which is probably irelevant), and within it I'm using a Label, as so: <asp:Label ID="defaultDescription" runat="server" Text='<%#...
6
by: RandomElle | last post by:
Hi there I'm hoping someone can help me out with the use of the Eval function. I am using Access2003 under WinXP Pro. I can successfully use the Eval function and get it to call any function with...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.