Click or drag to resize

ExpressionParserParse Method (String, String, String)

Parse a field expression into its FieldExpressionAttrs and reference string. Flag characters, if any, must precede the expression itself.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static FieldExpressionAttrs Parse(
	string expr,
	out string flags,
	out string reference
)

Parameters

expr
Type: SystemString
The expression to parse.
flags
Type: SystemString
The extract flag characters.
reference
Type: SystemString
The expression reference with flags removed.

Return Value

Type: FieldExpressionAttrs
The flags specified at the start of the reference.
See Also