IExpressionValet CheckSyntaxExpression Method µStrata MathDaemon™ WCF
Check syntax for specified expression

Namespace: uStrata.MathDaemon.Wcf.Contracts
Assembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
Syntax

MathDaemonResponse<bool> CheckSyntaxExpression(
	Guid instanceId,
	Guid sessionId,
	string expression
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier
expression
Type: System String
Formula to check

Return Value

Type: MathDaemonResponse Boolean 
MathDaemonResponse object
See Also