November 27, 2007

CodeDom Calculator


How to use
1: Compile the class and add to your application reference list.

2: Add the following line to display output
Console.WriteLine(CodeDomCalc.Calculator.Execute("2*55/1.5", "double").ToString());
[Save]


Back to Home