TokenDefinitionTParse Method

Scanjour Workflow4 Reference Manual
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.1.0.0 (23.1.0.0)
Syntax

public IToken Parse(
	string expression,
	ref int offset
)

Parameters

expression
Type: SystemString
The expression.
offset
Type: SystemInt32
The starting offset in the expression.

Return Value

Type: IToken
Parsed token.

Implements

ITokenDefinitionParse(String, Int32)
See Also

Reference