对不起,如果这个问题已经回答,但我没有找到合适的答案.我在 C# 中有一个字符串表达式,我需要将其转换为 int 或十进制值.
Sorry if this question is answered already, but I didn't find a suitable answer. I am having a string expression in C# which I need to convert to an int or decimal value.
例如:
string strExp = "10+20+30";
输出应该是 60.
我该怎么做???
使用 NCalc :稳定、简单、和强大的
Use NCalc : stable, simple, and powerful
这篇关于使用 C# 将字符串表达式转换为整数值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!