A Sandcastle Documented Class Library
ComputeExpression Method (expression)
NamespacescsmicInputInterpreterComputeExpression(String)
CS-MIC - C# Math Input Control
Computes an expression and returns the result as a decimal.
Declaration Syntax
C#Visual BasicVisual C++J#JavaScript
public decimal ComputeExpression(
	string expression
)
Public Function ComputeExpression ( _
	expression As String _
) As Decimal
public:
Decimal ComputeExpression(
	String^ expression
)
public Decimal ComputeExpression(
	String expression
)
function ComputeExpression(expression);
Parameters
expression (String)
The expression to be calculated.
Return Value
The value that was computed.

Assembly: csmic (Module: csmic) Version: 1.0.0.0 (1.0.0.0)