Click or drag to resize

ExpressionParserExtractFlags Method

Converts a string of field expression flags to their corresponding FieldExpressionAttrs. Field expression flags occur in field expressions immediately following the opening square bracket.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static FieldExpressionAttrs ExtractFlags(
	string flags
)

Parameters

flags
Type: SystemString
The flags string to convert.

Return Value

Type: FieldExpressionAttrs
The corresponding field expression attributes.
See Also