[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.ExpressionEngine.ParseIdentifier

ParseIdentifier Method

ParseIdentifier(string)

Parses an identifier string.

Declaration
protected virtual IExpression ParseIdentifier(string id)
Protected Overridable Function ParseIdentifier(id As String) As IExpression
Parameters
Type Name Description
string id

The identifier string.

Returns
Type Description
IExpression

ParseIdentifier(char, int)

Parses an identifier string.

Declaration
protected virtual void ParseIdentifier(char c, int position = 1)
Protected Overridable Sub ParseIdentifier(c As Char, Optional position As Integer = 1)
Parameters
Type Name Description
char c

Current char of the Expression string.

int position

Offset position relative to the start character.