[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.ExpressionEngine.IsExpressionEnd

IsExpressionEnd Method

IsExpressionEnd(char)

Checks whether the character is the end of the expression.

Declaration
protected virtual bool IsExpressionEnd(char c)
Protected Overridable Function IsExpressionEnd(c As Char) As Boolean
Parameters
Type Name Description
char c

The character to check.

Returns
Type Description
bool