Parses the specified expression and extracts the token from given offset.
Namespace: Scanjour.Workflow4.Web.Services.Helpers.Expressions
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
Parameters
- expression
- Type: SystemString
The expression. - offset
- Type: SystemInt32
The starting offset in the expression.
Return Value
Type: ITokenParsed token.
Implements
ITokenDefinitionParse(String, Int32)See Also