本文介绍了在c#.net windows应用程序中验证公式x + 5%和5%(x)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨....

在我的表格中,我有一个输入公式的文本框..公式的格式为x + y%和y%(x)....当我点击按钮时,我需要验证公式并将结果返回到消息框中...



提前thnks ...

hi....
In my Form,i have a textbox in which formula is entered..the formula is of format x+y% and y%(x)....when i click button i need to verify the formula and return the result in a messagebox...

thnks in advance...

推荐答案



这篇关于在c#.net windows应用程序中验证公式x + 5%和5%(x)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 20:07