码迷,mamicode.com
首页 > Windows程序 > 详细

C#实现字符串计算

时间:2018-10-25 10:56:09      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:ble   com   new   eal   实现   span   pre   style   nbsp   

借用DataTable的Compute函数进行计算。

string formula = "1+1*4/3+23*(1+2)";
DataTable dt = new DataTable();
string really_data = dt.Compute(formula, "false").ToString();

 

C#实现字符串计算

标签:ble   com   new   eal   实现   span   pre   style   nbsp   

原文地址:https://www.cnblogs.com/LittleJin/p/9847696.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!