UtilNCalcValidateExpression Method

Validates the syntax of an arithmetic expression.

Definition

Namespace: DevCase.ThirdParty.NCalc
Assembly: DevCase.net48.ThirdParty.NCalc (in DevCase.net48.ThirdParty.NCalc.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool ValidateExpression(
	string expr
)

Parameters

expr  String

[Missing <param name="expr"/> documentation for "M:DevCase.ThirdParty.NCalc.UtilNCalc.ValidateExpression(System.String)"]

Return Value

Boolean
if the arithmetic expression does not contain syntax errors, otherwise, .

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

NCalc

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also