C#如何将string数据转成decimal类型数据? 与string转成int类型类似,转换方法如下 decimal num=decimal.parse(string); 原文:http://www.zhating.cn/index.php/post/112.html