<Code Lib>
2026 Method
Changes 0
M

GlobalParameter.IsValidFormula

Description:
Tests that the given expression is a valid as formula for this parameter.
Remarks:
Use this method to test validity of a formula before assigning it to a global parameter when in doubt whether it is an acceptable expression or not.

public bool IsValidFormula(
	string expression
)

  • String
    expression
Return Value Boolean Boolean

Loading…